mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +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"],
|
"extends": ["config:recommended"],
|
||||||
"automergeStrategy": "squash",
|
"automergeStrategy": "squash",
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"separateMinorPatch": true,
|
|
||||||
"separateMajorMinor": true,
|
|
||||||
"packageRules": [
|
"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",
|
"groupName": "npm",
|
||||||
"matchDatasources": ["npm"]
|
"matchDatasources": ["npm"]
|
||||||
|
Loading…
Reference in New Issue
Block a user