ci(renovate): switch to shared configs
This commit is contained in:
@@ -1,3 +1,19 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>t.behrendt/renovate-configs:common",
|
||||||
|
"local>t.behrendt/renovate-configs:k8s",
|
||||||
|
"local>t.behrendt/renovate-configs:action",
|
||||||
|
"local>t.behrendt/renovate-configs:helm"
|
||||||
|
],
|
||||||
|
"kubernetes": {
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/^node-labels/.*\\.yaml$/",
|
||||||
|
"/^coredns/.*\\.yaml$/",
|
||||||
|
"/^traefik/.*\\.yaml$/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"helm-values": {
|
||||||
|
"managerFilePatterns": ["/(^|/)crowdsec/values.ya?ml$/"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user