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:
parent
86653c237d
commit
106c50a51d
1 changed files with 6 additions and 1 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue