mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
chore: Configure matchCurrentVersion
for renovate
This commit is contained in:
parent
9952acf3b5
commit
affb75b2e8
@ -17,15 +17,18 @@
|
|||||||
{
|
{
|
||||||
"groupName": "actions",
|
"groupName": "actions",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
|
"matchCurrentVersion": ">=1.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDepTypes": ["devDependencies"],
|
"matchDepTypes": ["devDependencies"],
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
|
"matchCurrentVersion": ">=1.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
|
"matchCurrentVersion": ">=1.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": ["packages/core/e2e/fixtures"]
|
"ignorePaths": ["packages/core/e2e/fixtures"]
|
||||||
|
Loading…
Reference in New Issue
Block a user