We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e2bb6 + 46fdc4a commit 9c4c76bCopy full SHA for 9c4c76b
.github/workflows/auto-dependabot.yaml
@@ -0,0 +1,17 @@
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@v1
14
+ with:
15
+ dependency-type: 'all'
16
+ auto-merge: 'true'
17
+ add-label: 'auto-merged'
0 commit comments