From f15e50f8f5f6f9912094c505971c34ce1b72cb6d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Tue, 20 Aug 2024 10:14:03 -0700 Subject: [PATCH] Update renovate config --- default.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index 99b382e..c0bbb66 100644 --- a/default.json +++ b/default.json @@ -40,5 +40,19 @@ "pre-commit": { "enabled": true }, - "rebaseWhen": "behind-base-branch" + "rebaseWhen": "behind-base-branch", + "regexManagers": [ + { + "datasourceTemplate": "github-tags", + "description": "Update Github Action references in the Markdown files", + "fileMatch": [ + "\\.md$" + ], + "matchStrings": [ + "\\suses: (?[\\w-]+/[\\w-]+)(?/.*)?@(?v\\d+\\.\\d+\\.\\d+)", + "\\suses: (?[\\w-]+/[\\w-]+)(?/.*)?@(?[a-z0-9]{40}|[a-z0-9]{64}) # (?v\\d+\\.\\d+\\.\\d+)" + ], + "versioningTemplate": "semver" + } + ] }