fix: make renovate rebase when behind on major (#41983)

This commit is contained in:
Mrugesh Mohapatra
2021-05-04 19:56:46 +05:30
committed by GitHub
parent d05cd5761f
commit 43e150359e

View File

@ -8,6 +8,11 @@
"matchCurrentVersion": "!/^0/", "matchCurrentVersion": "!/^0/",
"automerge": true, "automerge": true,
"rebaseWhen": "behind-base-branch" "rebaseWhen": "behind-base-branch"
},
{
"matchUpdateTypes": ["major"],
"automerge": false,
"rebaseWhen": "behind-base-branch"
} }
], ],
"ignorePaths": [ "ignorePaths": [