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 authored Sep 18, 2024
1 parent 08bca0f commit de696da
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 @@ -9,12 +9,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 de696da

Please sign in to comment.