runner/renovate.json

13 lines
311 B
JSON
Raw Permalink Normal View History

2024-08-12 12:09:23 +03:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>forgejo/renovate-config"],
2024-11-12 17:14:00 +03:00
"prConcurrentLimit": 1,
"packageRules": [
{
"description": "Disable nektos/act, it's replaced",
"matchDepNames": ["github.com/nektos/act"],
"enabled": false
}
]
2024-08-12 12:09:23 +03:00
}