Skip to content

Commit 53a9c3d

Browse files
committed
format
1 parent 8053980 commit 53a9c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
customType: "regex",
3636
managerFilePatterns: ["/(^|/)netlify\\.toml$/"],
37-
matchStrings: ["BUN_VERSION\\s*=\\s*\"(?<currentValue>[^\"]+)\""],
37+
matchStrings: ['BUN_VERSION\\s*=\\s*"(?<currentValue>[^"]+)"'],
3838
depNameTemplate: "oven-sh/bun",
3939
datasourceTemplate: "github-releases",
4040
extractVersionTemplate: "^bun-v(?<version>.+)$",

0 commit comments

Comments
 (0)