File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments