diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 331453813b3..3784d1c50f1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,10 +15,10 @@ "postUpdateOptions": ["yarnDedupeHighest"], "packageRules": [ { + "allowedVersions": ">=1", + "automerge": true, "matchUpdateTypes": ["patch"], - "excludePackagePatterns": ["^@?storybook", "^@locker"], - "extends": ["schedule:monthly"], - "groupName": "Monthly patch updates" + "excludePackagePatterns": ["^@?storybook", "^@locker"] }, { "matchPackagePatterns": ["^@?storybook"],