Allow combining major bumps for GHA

This commit is contained in:
Hugo van Kemenade 2022-05-02 18:10:25 +03:00
parent 861182253c
commit 4fc4a6ad89

View file

@ -5,5 +5,12 @@
"labels": [
"changelog: skip",
"dependencies"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
]
}