mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Need to add a group name to ensure they're batched correctly (#43796)
This commit is contained in:
3
.github/renovate.json5
vendored
3
.github/renovate.json5
vendored
@@ -29,7 +29,8 @@
|
|||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"extends": ["schedule:monthly"]
|
"extends": ["schedule:monthly"],
|
||||||
|
"groupName": "Monthly patch updates"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pin": {
|
"pin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user