We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8053980 commit 53a9c3dCopy full SHA for 53a9c3d
1 file changed
.github/renovate.json5
@@ -34,7 +34,7 @@
34
{
35
customType: "regex",
36
managerFilePatterns: ["/(^|/)netlify\\.toml$/"],
37
- matchStrings: ["BUN_VERSION\\s*=\\s*\"(?<currentValue>[^\"]+)\""],
+ matchStrings: ['BUN_VERSION\\s*=\\s*"(?<currentValue>[^"]+)"'],
38
depNameTemplate: "oven-sh/bun",
39
datasourceTemplate: "github-releases",
40
extractVersionTemplate: "^bun-v(?<version>.+)$",
0 commit comments