Dependencies: enable minor version updates + turn on batched monthly patch updates (i think) (#42376)
This commit is contained in:
@@ -26,9 +26,12 @@
|
||||
],
|
||||
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],
|
||||
"labels": ["area/frontend", "dependencies"],
|
||||
"minor": {
|
||||
"enabled": false
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"extends": ["schedule:monthly"]
|
||||
}
|
||||
]
|
||||
"patch": {
|
||||
"enabled": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user