Allow combining major bumps for GHA
This commit is contained in:
parent
861182253c
commit
4fc4a6ad89
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -5,5 +5,12 @@
|
||||||
"labels": [
|
"labels": [
|
||||||
"changelog: skip",
|
"changelog: skip",
|
||||||
"dependencies"
|
"dependencies"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "github-actions",
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"separateMajorMinor": "false"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue