From 93b4695e9c3bb5e417059245fd20b7ed1525be70 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Wed, 18 Dec 2024 20:07:08 +0100 Subject: [PATCH] chore: fix renovate config (#640) --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 60e85c7..3116f74 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -29,7 +29,7 @@ "^\\.github/workflows/.*\\.yml$" ], matchStrings: [ - "crate: \\s*(?[a-zA-Z0-9_-]+)" + "crate: \\s*(?[a-zA-Z0-9_-]+)", "version: \\s*(?[0-9\\.]+)" ], depTypeTemplate: "build-dependencies",