diff --git a/.github/renovate.json b/.github/renovate.json index a5c8e3d..f89182c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,13 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>SonarSource/renovate-config:re-team" - ], - "enabledManagers": [ - "maven", - "github-actions", - "custom.regex" - ], - "maven": { - "enabled": true - } + ] }