Skip to content

Commit

Permalink
chore(deps): update renovate.json to remove version bumps covered b…
Browse files Browse the repository at this point in the history
…y lockfile maintenance PRs, take 3
  • Loading branch information
rami3l committed Jan 16, 2024
1 parent 935a5f7 commit 752ed6e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,14 @@
"packageRules": [
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["patch"],
"enabled": false
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["major"],
"enabled": true
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "/^0\\./",
"enabled": true
"matchCurrentVersion": "!/^0/",
"enabled": false
},
{
"matchPackagePatterns": [
Expand Down

0 comments on commit 752ed6e

Please sign in to comment.