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" + ] }