Skip to content

Commit 1bb63a8

Browse files
authored
ci: add dependabot auto-merge workflow (#1233)
1 parent 98e4ab0 commit 1bb63a8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Approves and enables auto-merge on patch/minor Dependabot PRs.
2+
# For PRs that develop merge conflicts, comment `@dependabot rebase` manually.
3+
name: Dependabot auto-merge
4+
5+
on: pull_request_target
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
11+
jobs:
12+
call:
13+
uses: code4romania/.github/.github/workflows/dependabot-auto-merge.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)