Skip to content

Commit af33388

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cookiecutter/migrate.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ def create_dependabot_auto_merge_workflow() -> None:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Auto-merge Dependabot PR
66-
uses: >-
67-
frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1
68-
66+
uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
6967
with:
7068
github-token: ${{ secrets.GITHUB_TOKEN }}
7169
dependency-type: 'all'

0 commit comments

Comments
 (0)