Chore: update renovate config to automerge >v1 patch updates (#80092)

update renovate config to automerge >v1 patch updates
This commit is contained in:
Ashley Harrison 2024-01-09 10:06:57 +00:00 committed by GitHub
parent 68ba6cc67b
commit cb43246fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,10 @@
"postUpdateOptions": ["yarnDedupeHighest"], "postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [ "packageRules": [
{ {
"allowedVersions": ">=1",
"automerge": true,
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],
"excludePackagePatterns": ["^@?storybook", "^@locker"], "excludePackagePatterns": ["^@?storybook", "^@locker"]
"extends": ["schedule:monthly"],
"groupName": "Monthly patch updates"
}, },
{ {
"matchPackagePatterns": ["^@?storybook"], "matchPackagePatterns": ["^@?storybook"],