diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 27d432094..92851369c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], + "extends": ["config:recommended", "schedule:weekly"], "dependencyDashboard": false, "packageRules": [ // Use chore as semantic commit type for commit messages @@ -25,6 +25,12 @@ "packagePatterns": ["^@types/"], "groupSlug": "types" }, + { + "groupName": "all patch dependencies", + "groupSlug": "all-patch", + "matchPackagePatterns": ["*"], + "matchUpdateTypes": ["patch"] + }, // manually update peer dependencies { "depTypeList": ["peerDependencies"],