From 22b9b451f44edae89540014a2ddf9d5b55f48e96 Mon Sep 17 00:00:00 2001 From: Samuel Philipp Date: Fri, 29 Sep 2023 18:11:07 +0200 Subject: [PATCH] updated renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a1a0bd0..e6a1d25 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "assignees": [ "samuel-p" ], @@ -15,7 +16,7 @@ ], "matchStrings": [ "\\s+ENV\\s*CADVISOR_VERSION=\"(?.*?)\"\\s+", - "cadvisor:(?v\\S+)" + "cadvisor:(?[v.0-9]+)" ], "versioningTemplate": "loose", "depNameTemplate": "google/cadvisor",