Skip to content

Commit c6561d9

Browse files
authored
chore: reduce dependabot noise (#1436)
1 parent f1ca4cc commit c6561d9

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
groups:
8+
all:
9+
patterns: '*'
710

811
- package-ecosystem: npm
912
directory: /
1013
schedule:
11-
interval: daily
14+
interval: weekly
15+
groups:
16+
all:
17+
patterns: '*'
1218

1319
- package-ecosystem: npm
1420
directory: /test/addon_build/tpl
1521
schedule:
16-
interval: daily
22+
interval: weekly
23+
groups:
24+
all:
25+
patterns: '*'

0 commit comments

Comments
 (0)