From 69320e4d0975de17d243c3e0e2ce9a26176b601c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Dec 2024 21:39:46 +0100 Subject: [PATCH] Migrate renovate config (#1572) Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> --- .github/renovate.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1546dee1d..8e2bd9f17 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": ["config:recommended"], "labels": ["Dependencies"], "semanticCommits": "disabled", "packageRules": [ @@ -8,6 +8,6 @@ "groupName": "GitHub Actions", "matchManagers": ["github-actions"], "pinDigests": true, - } - ] + }, + ], }