Skip to content

Commit b7e683a

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

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/dependabot.yml

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

0 commit comments

Comments
 (0)