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",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"ignorePaths": ["**/friedhof/**"],
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/friedhof/**"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue