tweak renovate to match subdir
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Tobias Brunner 2023-05-30 19:50:36 +02:00
parent dfec54bdc0
commit ecd1b1f702
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -9,7 +9,7 @@
],
"kubernetes": {
"fileMatch": [
"(^|/)*\\.yaml$"
"**/apps/**/*.yaml$"
],
"ignorePaths": [
"monitoring/**"
@ -31,4 +31,4 @@
"requiredStatusChecks": null
}
]
}
}