From 12809b261506533aa94a7f7758d49dd74b66a74a Mon Sep 17 00:00:00 2001 From: glueops-terraform-svc-account Date: Wed, 10 Apr 2024 03:17:05 +0000 Subject: [PATCH] chore: [skip actions] adding/editing shared github actions/configurations --- renovate.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/renovate.json b/renovate.json index 6b1f3ea..4ee7527 100644 --- a/renovate.json +++ b/renovate.json @@ -222,7 +222,7 @@ "^.github/workflows/aws-cloud-regression-suite\\.yml$" ], "matchStrings": [ - "ghcr.io/glueops/codespaces:(?\\d+\\.\\d+\\.\\d+)\\s*" + "ghcr.io/glueops/codespaces:v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "glueops/codespaces", "datasourceTemplate": "github-tags" @@ -233,7 +233,7 @@ "^captain-repo\\.tf$" ], "matchStrings": [ - "terraform-module-kubernetes-hashicorp-vault-configuration.git\\?ref=(?\\d+\\.\\d+\\.\\d+)\\s*" + "terraform-module-kubernetes-hashicorp-vault-configuration.git\\?ref=v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "glueops/terraform-module-kubernetes-hashicorp-vault-configuration", "datasourceTemplate": "github-tags" @@ -244,7 +244,7 @@ "^generate-helm-values\\.tf$" ], "matchStrings": [ - "platform-helm-chart-platform.git\\?ref=(?\\d+\\.\\d+\\.\\d+)\\s*" + "platform-helm-chart-platform.git\\?ref=v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "glueops/platform-helm-chart-platform", "datasourceTemplate": "github-tags" @@ -255,7 +255,7 @@ "^generate-helm-values\\.tf$" ], "matchStrings": [ - "docs-argocd.git\\?ref=(?\\d+\\.\\d+\\.\\d+)\\s*" + "docs-argocd.git\\?ref=v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "glueops/docs-argocd", "datasourceTemplate": "github-tags" @@ -266,7 +266,7 @@ "^modules/tenant-readme/0.1.0/readme\\.tf$" ], "matchStrings": [ - "codespace_version.* = \"(?\\d+\\.\\d+\\.\\d+)\\s*" + "codespace_version.* = \"v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "glueops/codespaces", "datasourceTemplate": "github-tags" @@ -277,7 +277,7 @@ "^modules/tenant-readme/0.1.0/readme\\.tf$" ], "matchStrings": [ - "glueops_platform_version.* = \"(?\\d+\\.\\d+\\.\\d+)\\s*" + "glueops_platform_version.* = \"v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "glueops/platform-helm-chart-platform", "datasourceTemplate": "github-tags" @@ -288,7 +288,7 @@ "^modules/tenant-readme/0.1.0/readme\\.tf$" ], "matchStrings": [ - "tools_version.* = \"(?\\d+\\.\\d+\\.\\d+)\\s*" + "tools_version.* = \"v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "glueops/development-only-utilities", "datasourceTemplate": "github-tags" @@ -299,7 +299,7 @@ "^modules/tenant-readme/0.1.0/readme\\.tf$" ], "matchStrings": [ - "argocd_helm_chart_version.* = \"(?\\d+\\.\\d+\\.\\d+)\\s*" + "argocd_helm_chart_version.* = \"v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "argo-cd", "datasourceTemplate": "helm" @@ -310,7 +310,7 @@ "^generate-tenant-readmes\\.tf$" ], "matchStrings": [ - "argocd_app_version.* = \"(?\\d+\\.\\d+\\.\\d+)\\s*" + "argocd_app_version.* = \"v?(?\\d+\\.\\d+\\.\\d+)\\s*" ], "depNameTemplate": "argoproj/argo-cd", "datasourceTemplate": "github-tags"