From c80002c12105abd0404b4020ed1caefa6221d61f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 23:21:43 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 688f6631..28f1ec13 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,21 +1,27 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "labels": [ "Dependency" ], "packageRules": [ { - "matchManagers": ["dockerfile"], + "matchManagers": [ + "dockerfile" + ], "enabled": false }, { "groupName": "github-actions", - "matchManagers": ["github-actions"], - "separateMajorMinor": "false" + "matchManagers": [ + "github-actions" + ], + "separateMajorMinor": false } ], - "schedule": ["on the 5th day of the month"] + "schedule": [ + "on the 5th day of the month" + ] }