fix(renovate): match new archive path

This commit is contained in:
JJGadgets
2024-02-11 14:35:57 +08:00
parent 8a6120eae6
commit 3afe379f39
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
"rebaseWhen": "behind-base-branch", // automerge needs this, and because I keep breaking my shit lol
// "schedule": ["on saturday"], // TODO: re-add it when I stop being a shut-in NEET
// NOTE: forward slashes do not need escaping on Renovate, and a proper escape backslash needs double backslashes because JSON moment
"ignorePaths": ["**/archive/**", "**/**.sops.**"],
"ignorePaths": ["**/archive/**", "**/.archive/**", "**/**.sops.**"],
"flux": {
"fileMatch": ["^kube/.+\\.ya?ml$"],
},

View File

@@ -7,7 +7,7 @@ KUBECTL_COMMAND_HEADERS = "true"
# kubectl = [""]
# krew = [""]
# kubectx = [""]
# kustomize = [""]
kustomize = ["5.3.0"]
# kubecolor = [""]
flux2 = ["2.2.3"]
talosctl = ["1.5.4", "1.3.6"]