mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 04:07:04 +03:00
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>forgejo/renovate-config"],
|
|
"prConcurrentLimit": 1,
|
|
"packageRules": [
|
|
{
|
|
"description": "Disable nektos/act, it's replaced",
|
|
"matchDepNames": ["github.com/nektos/act"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|