We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1aa9a commit af33388Copy full SHA for af33388
cookiecutter/migrate.py
@@ -63,9 +63,7 @@ def create_dependabot_auto_merge_workflow() -> None:
63
runs-on: ubuntu-latest
64
steps:
65
- name: Auto-merge Dependabot PR
66
- uses: >-
67
- frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1
68
-
+ uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
69
with:
70
github-token: ${{ secrets.GITHUB_TOKEN }}
71
dependency-type: 'all'
0 commit comments