We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca54b37 commit de1bc85Copy full SHA for de1bc85
.github/renovate.json5
@@ -29,7 +29,7 @@
29
customType: "regex",
30
managerFilePatterns: ["Builtins.pkl", "Config.pkl"],
31
matchStrings: [
32
- '(amends|import) "package://github.com/jdx/hk/releases/download/v(?<currentValue>\\d+\\.\\d+\\.\\d+)/hk@(?<currentValue2>\\d+\\.\\d+\\.\\d+)#',
+ '(amends|import)\\s+"package://github.com/jdx/hk/releases/download/v(?<currentValue>\\d+\\.\\d+\\.\\d+)/hk@(?<currentValue2>\\d+\\.\\d+\\.\\d+)#',
33
],
34
depNameTemplate: "jdx/hk",
35
datasourceTemplate: "github-releases",
0 commit comments