Skip to content

Commit de1bc85

Browse files
committed
ci(renovate): support detecting hk pkl import/amends if split across lines
1 parent ca54b37 commit de1bc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
customType: "regex",
3030
managerFilePatterns: ["Builtins.pkl", "Config.pkl"],
3131
matchStrings: [
32-
'(amends|import) "package://github.com/jdx/hk/releases/download/v(?<currentValue>\\d+\\.\\d+\\.\\d+)/hk@(?<currentValue2>\\d+\\.\\d+\\.\\d+)#',
32+
'(amends|import)\\s+"package://github.com/jdx/hk/releases/download/v(?<currentValue>\\d+\\.\\d+\\.\\d+)/hk@(?<currentValue2>\\d+\\.\\d+\\.\\d+)#',
3333
],
3434
depNameTemplate: "jdx/hk",
3535
datasourceTemplate: "github-releases",

0 commit comments

Comments
 (0)