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
0363d23326
commit
9952acf3b5
@ -6,11 +6,13 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "npm",
|
||||
"matchDatasources": ["npm"]
|
||||
"matchDatasources": ["npm"],
|
||||
"matchCurrentVersion": ">=1.0.0"
|
||||
},
|
||||
{
|
||||
"groupName": "cargo",
|
||||
"matchDatasources": ["crate"]
|
||||
"matchDatasources": ["crate"],
|
||||
"matchCurrentVersion": ">=1.0.0"
|
||||
},
|
||||
{
|
||||
"groupName": "actions",
|
||||
|
Loading…
Reference in New Issue
Block a user