<!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/842): <!--number 842 --><!--line 0 --><!--description Y2hvcmU6IHNldCB0aGUgS2luZC9DaG9yZSBsYWJlbCBvbiBkZXBlbmRlbmNpZXMgdXBncmFkZXM=-->chore: set the Kind/Chore label on dependencies upgrades<!--description--> <!--end release-notes-assistant--> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/842 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
14 lines
423 B
JSON
14 lines
423 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>forgejo/renovate-config"],
|
|
"prConcurrentLimit": 1,
|
|
"packageRules": [
|
|
{
|
|
"description": "Separate minor and patch for some packages",
|
|
"matchDepNames": ["github.com/rhysd/actionlint"],
|
|
"separateMinorPatch": true
|
|
}
|
|
],
|
|
"labels": ["Kind/Chore"],
|
|
"ignorePaths": ["**/testdata/**", "**/node_modules/**"]
|
|
}
|