We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0a276 commit 37d6cf3Copy full SHA for 37d6cf3
.github/dependabot.yml
@@ -3,6 +3,5 @@ updates:
3
- package-ecosystem: pip
4
directory: "/"
5
schedule:
6
- interval: daily
7
- time: "14:00"
8
- open-pull-requests-limit: 10
+ interval: monthly
+ open-pull-requests-limit: 6
.github/workflows/ auto-merge.yml
@@ -0,0 +1,14 @@
1
+name: auto-merge
2
+
+on:
+ pull_request_target:
+jobs:
+ auto-merge:
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2
12
+ with:
13
+ target: minor
14
+ github-token: ${{ secrets.AUTOMERGE }}
0 commit comments