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 d205f09 commit 0012fb7Copy full SHA for 0012fb7
renovate.json
@@ -46,7 +46,7 @@
46
"package.mustache"
47
],
48
"matchStrings": [
49
- "\\s\"(?<depName>.*?)\": \"(?<currentValue>.*?)\",?\\s"
+ "\\s\"(?<depName>.*?)\": \"(?<currentValue>\\d.*?)\",?\\s"
50
51
"datasourceTemplate": "npm"
52
},
@@ -75,7 +75,7 @@
75
"description": "Update yarn version (won't work because we need to download the script but gives an alert at least)",
76
"fileMatch": ".yarnrc.yml",
77
78
- "yarn/releases/yarn-(?<currentValue>.*?)"
+ "yarn/releases/yarn-(?<currentValue>.*?)\\.cjs"
79
80
"depNameTemplate": "yarnpkg/berry",
81
"datasourceTemplate": "github-releases"
0 commit comments