From 90a6915f32c08fce96ca7853075cf23fe2b4a57f Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 25 May 2023 09:54:23 -0500 Subject: [PATCH 1/2] Update renovate.json to include github URLs --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json b/renovate.json index 4c8dcb765e..9c1936d1d2 100644 --- a/renovate.json +++ b/renovate.json @@ -50,6 +50,16 @@ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( registryUrl=(?.*?))?\\s.*?version: (?.*)\\s" ], "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" + }, + { + "fileMatch": [ + "(^|/)zarf.yaml$" + ], + "matchStringsStrategy": "recursive", + "matchStrings": [ + "https:\\/\\/github.com\\/(?[\\w\\/\\-\\.]+?)\\/releases\\/download\\/(?[\\w\\/\\-\\.]+?)\\/" + ], + "datasourceTemplate": "github-releases" } ] } From f1aafa373b97a6243c48fb09b12791c5399f3d2e Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 25 May 2023 10:32:47 -0500 Subject: [PATCH 2/2] Add plusses and percents --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9c1936d1d2..0533bc6d6d 100644 --- a/renovate.json +++ b/renovate.json @@ -57,7 +57,7 @@ ], "matchStringsStrategy": "recursive", "matchStrings": [ - "https:\\/\\/github.com\\/(?[\\w\\/\\-\\.]+?)\\/releases\\/download\\/(?[\\w\\/\\-\\.]+?)\\/" + "https:\\/\\/github.com\\/(?[\\w\\/\\-\\.\\+\\%]+?)\\/releases\\/download\\/(?[\\w\\/\\-\\.\\+\\%]+?)\\/" ], "datasourceTemplate": "github-releases" }