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