From 93d31b2e9af350afba60463d752c164572fbcbf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 06:42:56 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index fcb618c..281410b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" + ], + "baseBranches": [ + "$default", + "main", + "/^devel.*/", + "/^release\\/.*/" ], - "baseBranches": ["$default", "main", "/^devel.*/", "/^release\\/.*/"], "configMigration": true, "dependencyDashboardAutoclose": true, "dependencyDashboardOSVVulnerabilitySummary": "all",