mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: update renovate config to automerge >v1 patch updates (#80092)
update renovate config to automerge >v1 patch updates
This commit is contained in:
parent
68ba6cc67b
commit
cb43246fcb
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@ -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"],
|
||||||
|
Loading…
Reference in New Issue
Block a user