Skip to content

Commit 6287d99

Browse files
committed
ci(dependabot.yaml): automatic bump pr acceptance
it got too annoying to accept that bump every single time
1 parent d08a03c commit 6287d99

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "pip"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
commit-message:
13+
prefix: "bump"
14+
open-pull-requests-limit: 5
15+
allow:
16+
- dependency-type: "all"
17+
automerge: true

0 commit comments

Comments
 (0)