update renovate config
This commit is contained in:
parent
4124a297ba
commit
d5ce4a6b9d
@ -1,4 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"]
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
"docker:enableMajor",
|
||||||
|
"replacements:k8s-registry-move",
|
||||||
|
":semanticCommits",
|
||||||
|
":timezone(Europe/London)"
|
||||||
|
],
|
||||||
|
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
||||||
|
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
|
||||||
|
"flux": {
|
||||||
|
"fileMatch": ["\\.yaml$"]
|
||||||
|
},
|
||||||
|
"helm-values": {
|
||||||
|
"fileMatch": ["\\.yaml$"]
|
||||||
|
},
|
||||||
|
"kubernetes": {
|
||||||
|
"fileMatch": ["\\.yaml$"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user