Skip to content

Commit 3cdbff1

Browse files
committed
Group dependabot dependencies.
1 parent 6c31b48 commit 3cdbff1

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,10 +5,16 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "monthly"
8-
open-pull-requests-limit: 100
8+
groups:
9+
python-requirements:
10+
patterns:
11+
- "*"
912

1013
- package-ecosystem: "github-actions"
1114
directory: "/"
1215
schedule:
1316
interval: "monthly"
14-
open-pull-requests-limit: 100
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)