13 lines
398 B
JSON
13 lines
398 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
|
|
}
|
|
],
|
|
"ignorePaths": ["act/*/testdata/**", "**/node_modules/**"]
|
|
}
|