File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,24 @@ updates:
55 schedule :
66 interval : " weekly"
77 day : " monday"
8+ # NOTE: uv does not support dependency-type (prod/dev split) yet.
9+ # See https://github.com/dependabot/dependabot-core/issues/13202
810 groups :
911 minor-and-patch :
1012 patterns : ["*"]
1113 update-types :
1214 - " minor"
1315 - " patch"
16+ major :
17+ patterns : ["*"]
18+ update-types :
19+ - " major"
20+ security :
21+ applies-to : " security-updates"
22+ patterns : ["*"]
23+ cooldown :
24+ default-days : 3
25+ semver-major-days : 7
1426 open-pull-requests-limit : 5
1527
1628 - package-ecosystem : " github-actions"
@@ -19,9 +31,19 @@ updates:
1931 interval : " weekly"
2032 day : " monday"
2133 groups :
22- actions :
34+ minor-and-patch :
2335 patterns : ["*"]
2436 update-types :
2537 - " minor"
2638 - " patch"
39+ major :
40+ patterns : ["*"]
41+ update-types :
42+ - " major"
43+ security :
44+ applies-to : " security-updates"
45+ patterns : ["*"]
46+ cooldown :
47+ default-days : 3
48+ semver-major-days : 7
2749 open-pull-requests-limit : 5
You can’t perform that action at this time.
0 commit comments