ci: renovate: fix json

This commit is contained in:
Michael Grote 2024-02-01 14:05:51 +01:00
parent 6ebbb85f63
commit dc43a27d29

View file

@ -3,5 +3,7 @@
"extends": [
"config:recommended"
],
"ignorePaths": ["**/friedhof/**"],
"ignorePaths": [
"**/friedhof/**"
]
}