Skip to content

Commit aabce80

Browse files
committed
ci: add Dependabot config with grouped updates
1 parent 8bf0353 commit aabce80

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
wordpress-scripts-tree:
9+
patterns:
10+
- "@wordpress/*"
11+
- "webpack*"
12+
- "lodash*"
13+
- "picomatch"
14+
- "@tootallnate/*"
15+
npm-minor-patch:
16+
update-types: [minor, patch]
17+
18+
- package-ecosystem: composer
19+
directory: /
20+
schedule:
21+
interval: weekly
22+
groups:
23+
composer-minor-patch:
24+
update-types: [minor, patch]
25+
26+
- package-ecosystem: github-actions
27+
directory: /
28+
schedule:
29+
interval: weekly
30+
groups:
31+
actions:
32+
patterns: ["*"]

0 commit comments

Comments
 (0)