renovate enable nix

This commit is contained in:
Vivian 2023-01-20 10:37:38 +01:00
parent 5a6e5f19d7
commit ad6d9f9cbb
2 changed files with 12 additions and 29 deletions

View file

@ -17,6 +17,9 @@ data:
"kubernetes": {
"fileMatch": ["flux/.+\\.ya?ml$"]
},
"nix": {
"enabled": true
},
"hostRules": [
{
"hostType": "docker",
@ -42,25 +45,5 @@ data:
"ghcr.io/fluxcd/kustomize-controller",
"ghcr.io/fluxcd/notification-controller",
"ghcr.io/fluxcd/source-controller"
],
"regexManagers": [
{
"fileMatch": [
"flux/cluster/crds/traefik/.+\\.ya?ml$"
],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: v(?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
{
"fileMatch": [
"flux/cluster/crds/external-secrets/.+\\.ya?ml$"
],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: helm-chart-(?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
]
};