From 7358ca7acef53ac6437f29b41d22d3cb86efeb75 Mon Sep 17 00:00:00 2001 From: Victor Diez Date: Wed, 8 Jul 2026 12:02:58 +0200 Subject: [PATCH] Switch Renovate preset to quality-corelang-squad --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 354938c..e231a6f 100755 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>SonarSource/core-languages-tooling-public:renovate-config" + "github>SonarSource/renovate-config:quality-corelang-squad" ] }