Skip to content

Commit 600fe6c

Browse files
authored
chore: fix dependabot config (#1570)
1 parent c9f70bd commit 600fe6c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,23 @@ updates:
66
interval: weekly
77
groups:
88
all:
9-
patterns: '*'
9+
patterns:
10+
- '*'
1011

1112
- package-ecosystem: npm
1213
directory: /
1314
schedule:
1415
interval: weekly
1516
groups:
1617
all:
17-
patterns: '*'
18+
patterns:
19+
- '*'
1820

1921
- package-ecosystem: npm
2022
directory: /test/addon_build/tpl
2123
schedule:
2224
interval: weekly
2325
groups:
2426
all:
25-
patterns: '*'
27+
patterns:
28+
- '*'

0 commit comments

Comments
 (0)