mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dependencies: enable minor version updates + turn on batched monthly patch updates (i think) (#42376)
This commit is contained in:
parent
9f4aa472cf
commit
84744aa04f
9
.github/renovate.json5
vendored
9
.github/renovate.json5
vendored
@ -26,9 +26,12 @@
|
|||||||
],
|
],
|
||||||
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],
|
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],
|
||||||
"labels": ["area/frontend", "dependencies"],
|
"labels": ["area/frontend", "dependencies"],
|
||||||
"minor": {
|
"packageRules": [
|
||||||
"enabled": false
|
{
|
||||||
},
|
"matchUpdateTypes": ["patch"],
|
||||||
|
"extends": ["schedule:monthly"]
|
||||||
|
}
|
||||||
|
]
|
||||||
"patch": {
|
"patch": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user