ci: renovate: fix json
This commit is contained in:
parent
6ebbb85f63
commit
dc43a27d29
1 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"ignorePaths": ["**/friedhof/**"],
|
"ignorePaths": [
|
||||||
|
"**/friedhof/**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue