runner/renovate.json
2025-07-31 10:01:23 +02:00

13 lines
395 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": ["**/testdata/**", "**/node_modules/**"]
}