16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>server/Renovate-Template:renovate.json",
|
|
"config:recommended",
|
|
":automergeLinters"
|
|
],
|
|
"rebaseWhen": "behind-base-branch",
|
|
"branchConcurrentLimit": 2,
|
|
"prConcurrentLimit": 2,
|
|
"gitIgnoredAuthors": [
|
|
"github-actions[bot]@users.noreply.github.com",
|
|
"bot@horstenkamp.eu"
|
|
]
|
|
}
|