diff --git a/.github/renovate.json b/.github/renovate.json index 9bc7736..14778ed 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,18 +1,18 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", ":semanticCommitsDisabled"], + "extends": ["config:recommended", ":semanticCommitsDisabled"], "labels": ["changelog: skip", "dependencies"], "minimumReleaseAge": "7 days", "packageRules": [ { "groupName": "github-actions", "matchManagers": ["github-actions"], - "separateMajorMinor": "false" + "separateMajorMinor": false }, { "groupName": "docs/requirements.txt", - "matchPaths": ["docs/requirements.txt"], - "separateMajorMinor": "false" + "matchFileNames": ["docs/requirements.txt"], + "separateMajorMinor": false } ], "schedule": ["on the first day of the month"]