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 73187c6 commit 95d2ee1Copy full SHA for 95d2ee1
.github/dependabot.yml
@@ -11,10 +11,9 @@ updates:
11
schedule:
12
interval: "monthly"
13
groups:
14
- production-deps:
15
- dependency-type: "production"
16
- development-deps:
17
- dependency-type: "development"
+ pip:
+ patterns:
+ - "*"
18
# Labels on pull requests for version updates only
19
labels: ["maintenance"]
20
# Allow up to N open pull requests for pip dependencies
@@ -26,6 +25,10 @@ updates:
26
25
# Check for updates once a monthly
27
28
+ groups:
29
+ actions:
30
31
32
33
34
# Allow up to N open pull requests for GitHub Actions
0 commit comments