From 90d66b48c4628d247990c4a4497076c0af0e7aa8 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Wed, 18 Jun 2025 09:29:38 +0100 Subject: [PATCH] Fix Renovate configuration Remove trailing `,`. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4283e5f5..95f0e7f6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,7 +17,7 @@ "customType": "regex", "description": "Update _VERSION variables in scripts", "managerFilePatterns": ["*.ps1", "*.sh"], - "matchStrings": ["# renovate: datasource=(?[a-z-]+?)(?: depName=(?.+?))?(?: packageName=(?.+?))?(?: versioning=(?[a-z-]+?))?\\s.+?_version=(?.+?)\\s"], + "matchStrings": ["# renovate: datasource=(?[a-z-]+?)(?: depName=(?.+?))?(?: packageName=(?.+?))?(?: versioning=(?[a-z-]+?))?\\s.+?_version=(?.+?)\\s"] } ], "labels": [