runner/renovate.json

19 lines
486 B
JSON
Raw Normal View History

2024-08-12 09:09:23 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>forgejo/renovate-config"],
2024-11-12 15:14:00 +01:00
"prConcurrentLimit": 1,
"packageRules": [
{
"description": "Disable act test data",
"matchFileNames": ["act/*/testdata/**"],
"enabled": false
},
{
"description": "Separate minor and patch for some packages",
"matchDepNames": ["github.com/rhysd/actionlint"],
"separateMinorPatch": true
}
],
"ignorePaths": []
2024-08-12 09:09:23 +00:00
}