Skip to content

Commit

Permalink
Use proper Renovate manager matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Jul 27, 2024
1 parent bd38308 commit ef7f50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"versioning": "helm"
},
{
"matchDatasources": ["helm"],
"matchManagers": ["helmv3"],
"matchUpdateTypes": ["minor", "patch"],
"bumpVersion": "patch"
},
{
"matchDatasources": ["helm"],
"matchManagers": ["helmv3"],
"matchUpdateTypes": ["major"],
"bumpVersion": "minor"
},
Expand Down

0 comments on commit ef7f50f

Please sign in to comment.