mirror of
https://github.com/swc-project/swc.git
synced 2024-11-21 21:41:48 +03:00
chore: Configure renovate to respect semver
https://github.com/renovatebot/renovate/issues/3588#issuecomment-486401056
This commit is contained in:
parent
7f19eb0aba
commit
0878b4d079
@ -3,9 +3,22 @@
|
||||
"extends": ["config:recommended"],
|
||||
"automergeStrategy": "squash",
|
||||
"automergeType": "pr",
|
||||
"separateMinorPatch": true,
|
||||
"separateMajorMinor": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchCurrentVersion": "< 1.0.0",
|
||||
"separateMinorPatch": true,
|
||||
"patch": {
|
||||
"groupName": "all non-breaking updates",
|
||||
"groupSlug": "non-breaking"
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchCurrentVersion": ">= 1.0.0",
|
||||
"minor": {
|
||||
"groupName": "all non-breaking updates",
|
||||
"groupSlug": "non-breaking"
|
||||
}
|
||||
},
|
||||
{
|
||||
"groupName": "npm",
|
||||
"matchDatasources": ["npm"]
|
||||
|
Loading…
Reference in New Issue
Block a user