From 602b09593d8b19cc9602241cd382982411d4517d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:18:01 +0200 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a2634bf2071..68d2bf478ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -154,7 +154,7 @@ // { "matchDatasources": ["docker"], - "versioning": "regex:^v\d+\.(\d*)?[02468]+\.\d+$", + "versioning": "regex:^v\\d+\\.(\\d*)?[02468]+\\.\\d+$", "matchPackageNames": ["tailscale/tailscale"], }, {