Skip to content

Commit

Permalink
Merge pull request #179 from kube-logging/renovate-limit-ruby-bumps
Browse files Browse the repository at this point in the history
limit currently released versions to patch bumps only
  • Loading branch information
pepov authored Dec 19, 2024
2 parents dbb0def + 852e6c9 commit cb1a7c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
},
"packageRules": [
{
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchPackageNames": ["ruby"],
"matchFileNames": ["v1.16-4.10/*", "v1.17-5.0/*"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
}
Expand Down

0 comments on commit cb1a7c6

Please sign in to comment.