homeserver/renovate.json
2024-01-29 12:52:15 +01:00

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"]
}
}