From b86d9bcf7c165151f0a0adedba86757ea7ad2a00 Mon Sep 17 00:00:00 2001 From: Mate Molnar Date: Fri, 26 Apr 2024 21:28:50 +0200 Subject: [PATCH] chore(BUILD-4884): remove maven configuration and use global settings depends on https://github.com/SonarSource/renovate-config/pull/26 --- .github/renovate.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 - } + ] }