Skip to content

Commit 2288d6f

Browse files
committed
Add dependabot auto-merge for pull requests
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 483f8cc commit 2288d6f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Merge Dependabot PR
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- '*.x'
8+
9+
run-name: Merge Dependabot PR ${{ github.ref_name }}
10+
11+
jobs:
12+
merge-dependabot-pr:
13+
permissions: write-all
14+
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v7
15+
with:
16+
mergeArguments: --auto --rebase
17+

0 commit comments

Comments
 (0)