Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
private-key: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }}

- name: Auto-merge Dependabot PR
uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
uses: frequenz-floss/dependabot-auto-approve@a115bc7e0194c08f876493f311ec6f4de53f984e # v1.4.0
with:
github-token: ${{ steps.app-token.outputs.token }}
dependency-type: 'all'
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def migrate_auto_dependabot_token() -> None:
filepath = Path(".github") / "workflows" / "auto-dependabot.yaml"
# This is separated only to avoid flake8 errors about line length
dependabot_auto_approve_version = (
"3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2"
"a115bc7e0194c08f876493f311ec6f4de53f984e # v1.4.0"
)
desired_content = (
r"""name: Auto-merge Dependabot PR
Expand Down
Loading