Skip to content

Commit d9badaa

Browse files
llucaxMarenz
authored andcommitted
Add Dependabot auto-merge workflow
Use commit hash for dependabot-auto-approve action for better security and reproducibility. Signed-off-by: Mathias L. Baumann <[email protected]>
2 parents d806213 + 1f82349 commit d9badaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.actor == 'dependabot[bot]'
1010
steps:
1111
- name: Auto-approve and merge Dependabot PRs
12-
uses: frequenz-floss/[email protected]
12+
uses: frequenz-floss/dependabot-auto-approve@005e52004f5d5c6af2f81b89ec25e5cf6f3dfd77 # v1.3.0
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
merge-method: merge

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev-flake8 = [
5454
"pydoclint == 0.7.6",
5555
"pydocstyle == 6.3.0",
5656
]
57-
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
57+
dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
5858
dev-mkdocs = [
5959
"black == 25.9.0",
6060
"Markdown==3.9",

0 commit comments

Comments
 (0)