separate multiple major release upgrades
This commit is contained in:
parent
580b5bdb1f
commit
2a576495da
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,11 @@
|
|||
":ignoreUnstable",
|
||||
":disableRateLimiting",
|
||||
":rebaseStalePrs",
|
||||
":label(renovate)"
|
||||
":label(renovate)",
|
||||
|
||||
// a lot of packages do not support skipping major versions
|
||||
// with this option renovate creates a pr from the current version to each newer version
|
||||
":separateMultipleMajorReleases"
|
||||
],
|
||||
"semanticCommits": "disabled",
|
||||
"ignorePaths": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue