From b105f61846a584f9b9437dee1de9a3ab5057a6d9 Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:05:12 +0900 Subject: [PATCH] chore(renovate): fix regex --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index fc4ccf09..5e38b913 100644 --- a/renovate.json +++ b/renovate.json @@ -23,7 +23,7 @@ { "customType": "regex", "fileMatch": ["(^|/)\\.github/workflows/rust\\.yml$"], - "matchStrings": ["#\\s?renovate: rustc-stable\\s*rustc_version:\\s?'(?[\\d\\.\\d+\\.\\d+])'"], + "matchStrings": ["#\\s?renovate: rustc-stable\\s*rustc_version:\\s*'(?\\d\\.\\d+\\.\\d+)'"], "depNameTemplate": "rust", "lookupNameTemplate": "rust-lang/rust", "datasourceTemplate": "github-releases"