Compare commits

..

No commits in common. "86b0bca49ee1017e9bb0db6191d186f44ce32a05" and "055bf114b26077af19108741c8f3693aff314c01" have entirely different histories.

View file

@ -7,8 +7,8 @@
{ {
"customType": "regex", "customType": "regex",
"description": "k3s", "description": "k3s",
"managerFilePatterns": [ "fileMatch": [
"playbook.yml" "playbook\\.yml"
], ],
"matchStrings": [ "matchStrings": [
"\\s+k3s_version:\\s(?<currentValue>.*)" "\\s+k3s_version:\\s(?<currentValue>.*)"
@ -19,8 +19,8 @@
{ {
"customType": "regex", "customType": "regex",
"description": "ArgoCD", "description": "ArgoCD",
"managerFilePatterns": [ "fileMatch": [
"argocd-bootstrap/*.yml" "^argocd-bootstrap/.*\\.yml$"
], ],
"matchStrings": [ "matchStrings": [
"\\s+chart:\\s(?<depName>.*)", "\\s+chart:\\s(?<depName>.*)",
@ -33,8 +33,8 @@
{ {
"customType": "regex", "customType": "regex",
"description": "Baseline Manifests", "description": "Baseline Manifests",
"managerFilePatterns": [ "fileMatch": [
"*.jsonnet" "\\.jsonnet$"
], ],
"matchStrings": [ "matchStrings": [
"\\s+chart::\\s\\\"(?<depName>.*)\\\",", "\\s+chart::\\s\\\"(?<depName>.*)\\\",",