diff --git a/.github/workflows/UpdateDependabotPR.yml b/.github/workflows/UpdateDependabotPR.yml index 18d46a09..97757351 100644 --- a/.github/workflows/UpdateDependabotPR.yml +++ b/.github/workflows/UpdateDependabotPR.yml @@ -23,6 +23,8 @@ jobs: sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment.yml sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-lammps.yml sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-gpaw.yml + sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-docs.yml + sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-notebooks.yml - name: UpdateDependabotPR commit run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"