1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore(renovate): group runner updates

This commit is contained in:
Michael Kriese 2025-09-10 09:51:22 +02:00
parent 86653c237d
commit 106c50a51d
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -4,7 +4,7 @@
"prConcurrentLimit": 1, "prConcurrentLimit": 1,
"packageRules": [ "packageRules": [
{ {
"description": "Separate minor and patch for some packages", "description": "separate minor and patch for some packages",
"matchDepNames": ["github.com/rhysd/actionlint"], "matchDepNames": ["github.com/rhysd/actionlint"],
"separateMinorPatch": true "separateMinorPatch": true
}, },
@ -13,6 +13,11 @@
"matchDepNames": ["code.forgejo.org/forgejo/forgejo"], "matchDepNames": ["code.forgejo.org/forgejo/forgejo"],
"separateMultipleMajor": true, "separateMultipleMajor": true,
"separateMultipleMinor": true "separateMultipleMinor": true
},
{
"description": "group runner updates",
"matchDepNames": ["code.forgejo.org/forgejo/runner", "forgejo/runner"],
"groupName": "forgejo-runner"
} }
], ],
"labels": ["Kind/DependencyUpdate", "run-end-to-end-tests"], "labels": ["Kind/DependencyUpdate", "run-end-to-end-tests"],