Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/758 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>
18 lines
483 B
JSON
18 lines
483 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>forgejo/renovate-config"],
|
|
"prConcurrentLimit": 1,
|
|
"packageRules": [
|
|
{
|
|
"description": "Disable act test data",
|
|
"matchFileNames": ["**/testdata/**"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "Separate minor and patch for some packages",
|
|
"matchDepNames": ["github.com/rhysd/actionlint"],
|
|
"separateMinorPatch": true
|
|
}
|
|
],
|
|
"ignorePaths": []
|
|
}
|