File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- # `version-strategy` is not supported on a group level, hence we need two
4- # separate rules for breaking and non-breaking changes.
5- # Non breaking changes will be grouped in a single PR and only their
6- # lock-files will be updated. This way we can see on the CI if any minor
7- # update accidentally broke our code.
3+ # Non breaking changes will be grouped in a single PR. This way we can see
4+ # on the CI if any minor update accidentally broke our code.
85 # Breaking changes will create individual PRs.
96 - package-ecosystem : " cargo"
107 directory : " /"
@@ -15,18 +12,6 @@ updates:
1512 patterns :
1613 - " *"
1714 update-types : ["minor", "patch"]
18- versioning-strategy : lockfile-only
19- ignore :
20- - dependency-name : " *"
21- update-types : ["version-update:semver-major"]
22- - package-ecosystem : " cargo"
23- directory : " /"
24- schedule :
25- interval : " daily"
26- versioning-strategy : auto
27- ignore :
28- - dependency-name : " *"
29- update-types : ["version-update:semver-patch", "version-update:semver-minor"]
3015
3116 - package-ecosystem : " github-actions"
3217 directory : " /"
You can’t perform that action at this time.
0 commit comments