Skip to content

Commit 3786396

Browse files
committed
fix
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 8080a92 commit 3786396

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

.github/renovate.json5

Lines changed: 11 additions & 22 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,27 +9,17 @@
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
packageRules: [
1914
{
20-
matchFileNames: [
21-
"mise.toml"
22-
],
23-
matchDepNames: [
24-
"java"
25-
],
15+
matchFileNames: ["mise.toml"],
16+
matchDepNames: ["java"],
2617
groupName: "java temurin",
2718
additionalBranchPrefix: "temurin-",
2819
},
2920
{
30-
matchFileNames: [
31-
".mise/envs/native/mise.toml"
32-
],
33-
matchDepNames: [
34-
"java"
35-
],
21+
matchFileNames: [".mise/envs/native/mise.toml"],
22+
matchDepNames: ["java"],
3623
groupName: "java graalvm",
3724
additionalBranchPrefix: "graalvm-",
3825
},
@@ -42,7 +29,9 @@
4229
customType: "regex",
4330
description: "Update _VERSION variables in mise.toml",
4431
managerFilePatterns: ["/^mise\\.toml$/"],
45-
matchStrings: ['# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_VERSION="?(?<currentValue>[^@"]+?)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"?\\s'],
46-
}
47-
]
32+
matchStrings: [
33+
'# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_VERSION="?(?<currentValue>[^@"]+?)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"?\\s',
34+
],
35+
},
36+
],
4837
}

0 commit comments

Comments
 (0)