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 9952acf commit affb75b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -17,15 +17,18 @@
{
"groupName": "actions",
"matchManagers": ["github-actions"],
"automerge": true
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
}
],
"ignorePaths": ["packages/core/e2e/fixtures"]

0 comments on commit affb75b

Please # to comment.