We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf75d0 commit ebad9ecCopy full SHA for ebad9ec
1 file changed
.github/dependabot.yml
@@ -4,6 +4,7 @@ multi-ecosystem-groups:
4
dependencies:
5
schedule:
6
interval: "weekly"
7
+ open-pull-requests-limit: 1
8
labels:
9
- dependencies
10
@@ -12,20 +13,17 @@ updates:
12
13
directory: "/"
14
patterns: [ "*" ]
15
multi-ecosystem-group: "dependencies"
- open-pull-requests-limit: 1
16
rebase-strategy: "auto"
17
18
- package-ecosystem: "pip"
19
20
21
22
23
24
versioning-strategy: "increase-if-necessary"
25
26
- package-ecosystem: "pre-commit"
27
28
29
30
31
0 commit comments