Skip to content

Commit 8581dd4

Browse files
authored
Update dependabot.yml
1 parent 809aef5 commit 8581dd4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ updates:
55
schedule:
66
interval: monthly
77
versioning-strategy: increase
8+
groups:
9+
all-dependencies:
10+
patterns:
11+
- "*"
12+
update-types:
13+
- "patch"
14+
815
- package-ecosystem: github-actions
916
directory: '/'
1017
schedule:
11-
interval: weekly
18+
interval: monthly
19+
groups:
20+
github-actions:
21+
patterns:
22+
- "*"
23+
open-pull-requests-limit: 2

0 commit comments

Comments
 (0)