Skip to content

Commit 674a425

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ But you might still need to adapt your code:
3939
### Cookiecutter template
4040

4141
- mkdocstrings: Move `paths` key to the right section in `mkdocs.yml`.
42+
- Migration script: Fix invalid YAML syntax in Dependabot workflow template.

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)