Skip to content

Commit 965f378

Browse files
committed
pin mise
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent d84e598 commit 965f378

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

.github/renovate.json5

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: [
4-
"config:best-practices",
5-
"config:recommended"
6-
],
3+
extends: ["config:best-practices", "config:recommended"],
74
platformCommit: "enabled",
85
automerge: true,
96
ignorePaths: [
@@ -12,34 +9,28 @@
129
// agent resources packages an OTel API that is the minimum required API version
1310
"**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml",
1411
],
15-
labels: [
16-
"dependencies"
17-
],
12+
labels: ["dependencies"],
1813
mackageRules: [
1914
{
20-
matchPackageNames: [
21-
"jdx/mise"
22-
],
15+
matchPackageNames: ["jdx/mise"],
2316
groupName: "mise",
24-
schedule: [
25-
"before 4am on monday"
26-
],
27-
}
17+
schedule: ["before 4am on monday"],
18+
},
2819
],
2920
customManagers: [
3021
{
3122
customType: "regex",
3223
description: "update mise",
3324
managerFilePatterns: [
3425
"/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/",
35-
"/(^|/)action\\.ya?ml$/"
26+
"/(^|/)action\\.ya?ml$/",
3627
],
3728
datasourceTemplate: "github-release-attachments",
3829
packageNameTemplate: "jdx/mise",
3930
depNameTemplate: "mise",
4031
matchStrings: [
41-
"jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?"
32+
"jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?",
4233
],
4334
},
44-
]
35+
],
4536
}

0 commit comments

Comments
 (0)