Michael Grote
e722f20c65
Reviewed-on: #750 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
10 lines
279 B
JSON
10 lines
279 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"ignorePaths": ["**/friedhof/**"],
|
|
"packageRules": [{
|
|
"managers": ["docker-compose"],
|
|
"updateTypes": ["pin", "digest"],
|
|
"enabled": false
|
|
}]
|
|
}
|