Update renovate/renovate Docker tag to v41.169.1 - abandoned #97

Closed
Renovate wants to merge 282 commits from renovate/renovate-renovate-41.x into fresh-start
Showing only changes of commit 5cf9de7997 - Show all commits

View File

@@ -1,10 +1,14 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": { "kubernetes": {
"fileMatch": ["\\.yaml$"] "fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"]
}, },
"flux": { "flux": {
"fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"] "fileMatch": [
"infra/.+\\.yaml$",
"apps/.+\\.yaml$",
"gotk-components\\.ya?ml$"
]
}, },
"prHourlyLimit": 9 "prHourlyLimit": 9
} }