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 9ddc696
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"extends": [
"config:best-practices",
":rebaseStalePrs",
"customManagers:dockerfileVersions"
":rebaseStalePrs"
],
"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 9ddc696

Please sign in to comment.