Skip to content

Commit 89f3793

Browse files
committed
make dependabot auto merge ktor patches
1 parent 459234e commit 89f3793

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/auto-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- match:
2+
dependency-name: ktor-.*
3+
update-type: patch
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Auto Merge Dependabot
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
auto-merge-dependabot:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: ahmadnassri/action-dependabot-auto-merge@v2.3.1
12+
with:
13+
github-token: ${{ secrets.FULL_ACCESS_TOKEN }}
14+
command: squash and merge
15+
config: .github/auto-merge.yml

0 commit comments

Comments
 (0)