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",