We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459234e commit 89f3793Copy full SHA for 89f3793
2 files changed
.github/auto-merge.yml
@@ -0,0 +1,3 @@
1
+- match:
2
+ dependency-name: ktor-.*
3
+ update-type: patch
.github/workflows/auto-dependabot.yml
@@ -0,0 +1,15 @@
+name: Auto Merge Dependabot
+
+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