renovate: test pip

This commit is contained in:
Michael Grote 2024-01-29 12:52:15 +01:00
parent d6e5867488
commit 9ac9ae6298

View file

@ -3,5 +3,8 @@
"extends": [
"config:recommended"
],
"ignorePaths": ["**/friedhof/**"]
"ignorePaths": ["**/friedhof/**"],
"pip_requirements": {
"fileMatch": ["group_vars/ansible.yml"]
}
}