10 lines
224 B
JSON
10 lines
224 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"ignorePaths": ["**/friedhof/**"],
|
|
"pip_requirements": {
|
|
"fileMatch": ["group_vars/ansible.yml"]
|
|
}
|
|
}
|