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.
1 parent ce39b67 commit 5831f8cCopy full SHA for 5831f8c
.github/workflows/auto-dependabot.yaml
@@ -0,0 +1,19 @@
1
+name: Auto-merge Dependabot PRs
2
+
3
+on:
4
+ pull_request:
5
6
+permissions:
7
+ contents: write
8
+ pull-requests: write
9
10
+jobs:
11
+ auto-merge:
12
+ if: github.actor == 'dependabot[bot]'
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Auto-merge Dependabot PR
16
+ uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
17
+ with:
18
+ github-token: ${{ secrets.GITHUB_TOKEN }}
19
+ merge-method: 'merge'
0 commit comments