Skip to content

Commit 1b8a3fa

Browse files
committed
fixup! ci: add renovate configuration
1 parent d3de04f commit 1b8a3fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
description: "Version variables in pkl files",
77
customType: "regex",
8-
fileMatch: [".*\\.pkl$"],
8+
managerFilePatterns: ["*.pkl"],
99
matchStrings: [
1010
'\
1111
.*renovate:\
@@ -19,7 +19,7 @@
1919
{
2020
description: "Versions of hk in pkl import/amends",
2121
customType: "regex",
22-
fileMatch: ["Builtins.pkl", "Config.pkl"],
22+
managerFilePatterns: ["Builtins.pkl", "Config.pkl"],
2323
matchStrings: [
2424
'(amends|import) "package://github.com/jdx/hk/releases/download/v(?<currentValue>\\d+\\.\\d+\\.\\d+)/hk@(?<currentValue2>\\d+\\.\\d+\\.\\d+)#',
2525
],

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tools]
22
# for git hooks
3-
hk = "latest"
4-
pkl = "latest"
3+
hk = "1.25.0"
4+
pkl = "0.30.0"

0 commit comments

Comments
 (0)