runner/renovate.json

15 lines
458 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": "Separate minor and patch for some packages",
"matchDepNames": ["github.com/rhysd/actionlint"],
"separateMinorPatch": true
}
],
"labels": ["Kind/DependencyUpdate", "run-end-to-end-tests"],
2025-07-31 10:01:23 +02:00
"ignorePaths": ["**/testdata/**", "**/node_modules/**"]
2024-08-12 09:09:23 +00:00
}