From 5497ead19819f69e2f70fca6c9e0f267a59afdcd Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 8 Jun 2025 14:53:23 +0800 Subject: [PATCH] feat(templates): app template v4, pre update backups --- .renovate/preUpdateBackups.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovate/preUpdateBackups.json5 b/.renovate/preUpdateBackups.json5 index 2c982b70..f4fafad8 100644 --- a/.renovate/preUpdateBackups.json5 +++ b/.renovate/preUpdateBackups.json5 @@ -7,7 +7,7 @@ "managerFilePatterns": ["/^kube/.+/ks\\.ya?ml$/"], "matchStrings": [ // VS_APP_CURRENT_VERSION: "{{.IMAGENAME}}:{{.IMAGETAG}}" - " *(?VS|PG)_APP_CURRENT_VERSION: \"?(?[\\w\\d\\-\\_\\/\\.]+):(?[\\w\\d\\.\\-\\_]+)\"?" + " *(VS|PG)_APP_CURRENT_VERSION: \"?(?[\\w\\d\\-\\_\\/\\.]+):(?[\\w\\d\\.\\-\\_]+)\"?" ], "datasourceTemplate": "docker", "versioningTemplate": "docker"