Skip to content

Commit 06d6599

Browse files
authored
Update dependabot.yml
1 parent e370522 commit 06d6599

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

.github/dependabot.yml

+24-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,36 @@
66

77
version: 2
88
updates:
9-
- package-ecosystem: 'devcontainers'
9+
- package-ecosystem: devcontainers
1010
directory: '/'
1111
schedule:
1212
interval: weekly
1313

14-
- package-ecosystem: 'github-actions'
14+
- package-ecosystem: github-actions
1515
directory: '/'
1616
schedule:
17-
interval: 'weekly'
17+
interval: weekly
18+
groups:
19+
actions-all:
20+
applies-to: version-updates
21+
update-types:
22+
- minor
23+
- patch
1824

19-
- package-ecosystem: 'npm'
25+
- package-ecosystem: npm
2026
directory: '/'
2127
schedule:
22-
interval: 'weekly'
28+
interval: weekly
29+
groups:
30+
dev-dependencies:
31+
dependency-type: development
32+
applies-to: version-updates
33+
update-types:
34+
- minor
35+
- patch
36+
prod-dependencies:
37+
dependency-type: production
38+
applies-to: version-updates
39+
update-types:
40+
- minor
41+
- patch

0 commit comments

Comments
 (0)