We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3de04f commit 1b8a3faCopy full SHA for 1b8a3fa
.github/renovate.json5
@@ -5,7 +5,7 @@
5
{
6
description: "Version variables in pkl files",
7
customType: "regex",
8
- fileMatch: [".*\\.pkl$"],
+ managerFilePatterns: ["*.pkl"],
9
matchStrings: [
10
'\
11
.*renovate:\
@@ -19,7 +19,7 @@
19
20
description: "Versions of hk in pkl import/amends",
21
22
- fileMatch: ["Builtins.pkl", "Config.pkl"],
+ managerFilePatterns: ["Builtins.pkl", "Config.pkl"],
23
24
'(amends|import) "package://github.com/jdx/hk/releases/download/v(?<currentValue>\\d+\\.\\d+\\.\\d+)/hk@(?<currentValue2>\\d+\\.\\d+\\.\\d+)#',
25
],
mise.toml
@@ -1,4 +1,4 @@
1
[tools]
2
# for git hooks
3
-hk = "latest"
4
-pkl = "latest"
+hk = "1.25.0"
+pkl = "0.30.0"
0 commit comments