chore: Configure matchCurrentVersion for renovate

This commit is contained in:
강동윤 (Donny) 2024-07-22 13:53:59 +09:00
parent 0363d23326
commit 9952acf3b5

View File

@ -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",