Skip to content

Commit d2ad702

Browse files
authored
Add grouping, disable version updates for npm
1 parent 384d6ea commit d2ad702

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: daily
7-
8-
- package-ecosystem: npm
9-
directory: /
10-
schedule:
11-
interval: daily
6+
interval: weekly
7+
groups:
8+
patterns:
9+
- "*"

0 commit comments

Comments
 (0)