Skip to content

Commit d14b61f

Browse files
committed
Add workflow to merge Dependaboy updates
1 parent e332884 commit d14b61f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/dependabotmerge.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Auto Merge Dependency Updates
2+
3+
on:
4+
- pull_request_target
5+
6+
jobs:
7+
run:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Auto Merge Dependabot Updates
11+
uses: buluma/gh-action-auto-merge-dependabot-updates@1.0.8
12+
with:
13+
allowed-actors: dependabot-preview[bot], dependabot[bot]

0 commit comments

Comments
 (0)