From 90bf8168240c9ec337b411212812759d52ce59d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:42:30 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3298442..bc75430 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,11 +1,15 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":semanticCommitsDisabled" ], "ignoreDeps": [], - "labels": ["Renovate"], + "labels": [ + "Renovate" + ], "rebaseWhen": "conflicted", - "schedule": ["on the first day of the month"] -} \ No newline at end of file + "schedule": [ + "on the first day of the month" + ] +}