chore: Configure matchCurrentVersion for renovate

This commit is contained in:
강동윤 (Donny) 2024-07-22 13:55:23 +09:00
parent 9952acf3b5
commit affb75b2e8

View File

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