Skip to content

Commit

Permalink
remove custom manager
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 28, 2024
1 parent 1a0d8ee commit fc1039d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"customManagers:mavenPropertyVersions"
"config:recommended"
],
"enabledManagers": [
"npm",
"maven",
"custom.regex"
"maven"
],
"npm": {
"minimumReleaseAge": "3 days"
Expand Down

0 comments on commit fc1039d

Please sign in to comment.