Skip to content

Commit 95d2ee1

Browse files
Bordahugovk
andauthored
Apply pattern group
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 73187c6 commit 95d2ee1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ updates:
1111
schedule:
1212
interval: "monthly"
1313
groups:
14-
production-deps:
15-
dependency-type: "production"
16-
development-deps:
17-
dependency-type: "development"
14+
pip:
15+
patterns:
16+
- "*"
1817
# Labels on pull requests for version updates only
1918
labels: ["maintenance"]
2019
# Allow up to N open pull requests for pip dependencies
@@ -26,6 +25,10 @@ updates:
2625
# Check for updates once a monthly
2726
schedule:
2827
interval: "monthly"
28+
groups:
29+
actions:
30+
patterns:
31+
- "*"
2932
# Labels on pull requests for version updates only
3033
labels: ["maintenance"]
3134
# Allow up to N open pull requests for GitHub Actions

0 commit comments

Comments
 (0)