Skip to content

Commit

Permalink
chore: Configure matchCurrentVersion for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 22, 2024
1 parent 0363d23 commit 9952acf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9952acf

Please sign in to comment.