Skip to content

Commit 70666ac

Browse files
authored
Migrate to frequenz-floss dependabot-auto-approve action (#126)
Use commit hash instead of version tag for better security and reproducibility.
2 parents d670b47 + cf2cbc0 commit 70666ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dependabot Auto Manage
2+
on: pull_request
3+
4+
permissions:
5+
contents: write
6+
pull-requests: write
7+
8+
jobs:
9+
dependabot:
10+
runs-on: ubuntu-latest
11+
if: github.actor == 'dependabot[bot]'
12+
steps:
13+
- uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
14+
with:
15+
dependency-type: 'all'
16+
auto-merge: 'true'
17+
merge-method: 'merge'
18+
add-label: 'auto-merged'

0 commit comments

Comments
 (0)