Compare commits

..

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

View file

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