Skip to content

Commit 1f40c12

Browse files
committed
pin mise
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 571015c commit 1f40c12

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44
max_line_length = 100
55
indent_size = 2
66

7-
[{version-rules.xml,maven-wrapper.properties,checkstyle.xml,docker-compose.yaml,docker-compose.yml,Dockerfile,example_target_info.json,mise.toml,mvnm,mvnw.cmd,generate-protobuf.sh,super-linter.env,.gitleaksignore}]
7+
[{version-rules.xml,maven-wrapper.properties,checkstyle.xml,docker-compose.yaml,docker-compose.yml,Dockerfile,example_target_info.json,mise.toml,mvnm,mvnw.cmd,generate-protobuf.sh,super-linter.env,.gitleaksignore,*.json5}]
88
max_line_length = 200
99

1010
[{grafana-dashboard-*.json,.editorconfig}]

.github/renovate.json5

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml",
1111
],
1212
labels: ["dependencies"],
13-
mackageRules: [
13+
packageRules: [
1414
{
1515
matchPackageNames: ["jdx/mise"],
1616
groupName: "mise",
@@ -21,16 +21,11 @@
2121
{
2222
customType: "regex",
2323
description: "update mise",
24-
managerFilePatterns: [
25-
"/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/",
26-
"/(^|/)action\\.ya?ml$/",
27-
],
24+
managerFilePatterns: ["/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/", "/(^|/)action\\.ya?ml$/"],
2825
datasourceTemplate: "github-release-attachments",
2926
packageNameTemplate: "jdx/mise",
3027
depNameTemplate: "mise",
31-
matchStrings: [
32-
"jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?",
33-
],
28+
matchStrings: ["jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?"],
3429
},
3530
],
3631
}

0 commit comments

Comments
 (0)