Skip to content

Commit 686e3fc

Browse files
authored
VED-153: Group minor and patch updates from Dependabot. (#546)
1 parent e489f5f commit 686e3fc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,33 @@ updates:
1818
schedule:
1919
interval: "daily"
2020
open-pull-requests-limit: 1
21+
groups:
22+
docker-minor-patch:
23+
update-types:
24+
- "minor"
25+
- "patch"
2126

2227
- package-ecosystem: "github-actions"
2328
directory: "/"
2429
schedule:
2530
interval: "daily"
2631
open-pull-requests-limit: 1
32+
groups:
33+
github-actions-minor-patch:
34+
update-types:
35+
- "minor"
36+
- "patch"
2737

2838
- package-ecosystem: "npm"
2939
directory: "/"
3040
schedule:
3141
interval: "daily"
3242
open-pull-requests-limit: 1
43+
groups:
44+
npm-minor-patch:
45+
update-types:
46+
- "minor"
47+
- "patch"
3348

3449
- package-ecosystem: "pip"
3550
directories:
@@ -45,6 +60,11 @@ updates:
4560
schedule:
4661
interval: "daily"
4762
open-pull-requests-limit: 1
63+
groups:
64+
pip-minor-patch:
65+
update-types:
66+
- "minor"
67+
- "patch"
4868

4969
- package-ecosystem: "terraform"
5070
directories:
@@ -56,3 +76,8 @@ updates:
5676
schedule:
5777
interval: "daily"
5878
open-pull-requests-limit: 1
79+
groups:
80+
terraform-minor-patch:
81+
update-types:
82+
- "minor"
83+
- "patch"

0 commit comments

Comments
 (0)