mirror of
https://github.com/jlengrand/create-1.git
synced 2026-03-10 08:11:25 +00:00
29 lines
499 B
JSON
29 lines
499 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":semanticPrefixFix",
|
|
":separateMultipleMajorReleases",
|
|
":separatePatchReleases",
|
|
":maintainLockFilesWeekly",
|
|
":widenPeerDependencies"
|
|
],
|
|
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["patch"],
|
|
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
},
|
|
{
|
|
"updateTypes": ["minor"],
|
|
"matchCurrentVersion": "!/^[~^]?0/",
|
|
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
}
|
|
],
|
|
|
|
"rangeStrategy": "bump"
|
|
}
|