Skip to content

Commit 1656e86

Browse files
committed
Fix invalid YAML formatting in Dependabot workflow template
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 4b1aa9a commit 1656e86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cookiecutter/migrate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ def create_dependabot_auto_merge_workflow() -> None:
6464
steps:
6565
- name: Auto-merge Dependabot PR
6666
uses: >-
67-
frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1
68-
67+
frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
6968
with:
7069
github-token: ${{ secrets.GITHUB_TOKEN }}
7170
dependency-type: 'all'

0 commit comments

Comments
 (0)