Skip to content

Commit f2514f8

Browse files
authored
Update dependabot.yml
1 parent db1856f commit f2514f8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@ updates:
1111
directory: /
1212
schedule:
1313
interval: weekly
14+
groups:
15+
security:
16+
applies-to: security-updates
17+
patterns: ['*']
18+
normal:
19+
applies-to: version-updates
20+
patterns: ['*']
1421
- package-ecosystem: github-actions
1522
directory: /
1623
schedule:
1724
interval: weekly
25+
groups:
26+
security:
27+
applies-to: security-updates
28+
patterns: ['*']
29+
normal:
30+
applies-to: version-updates
31+
patterns: ['*']

0 commit comments

Comments
 (0)