Skip to content

Commit

Permalink
chore: fix renovate config (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Dec 18, 2024
1 parent d458903 commit 93b4695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"^\\.github/workflows/.*\\.yml$"
],
matchStrings: [
"crate: \\s*(?<depName>[a-zA-Z0-9_-]+)"
"crate: \\s*(?<depName>[a-zA-Z0-9_-]+)",
"version: \\s*(?<currentValue>[0-9\\.]+)"
],
depTypeTemplate: "build-dependencies",
Expand Down

0 comments on commit 93b4695

Please sign in to comment.