Skip to content

Commit

Permalink
Explicitly enable managers we want instead of disabling ones renovate…
Browse files Browse the repository at this point in the history
… auto-detected
  • Loading branch information
joecorall committed Dec 29, 2024
1 parent 30b477e commit 4fda762
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": [
"config:best-practices",
":rebaseStalePrs",
"customManagers:dockerfileVersions"
],
"enabledManagers": [
"custom.regex"
],
"packageRules": [
{
Expand All @@ -21,17 +23,6 @@
"extractVersion": "^releases/solr/(?<version>\\d+\\.\\d+\\.\\d+)$",
"versioning": "semver"
},
{
"matchManagers": [
"github-actions",
"dockerfile",
"docker-compose",
"gradle",
"gradle-wrapper",
"composer"
],
"enabled": false
},
{
"matchUpdateTypes": [
"major"
Expand Down

0 comments on commit 4fda762

Please sign in to comment.