From 3c93ec627399369092dab3b33e68e2505e3d57c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:58:23 +0000 Subject: [PATCH 1/2] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 84 +++++++++++++++++++++++++++--------------- 1 file changed, 54 insertions(+), 30 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9a1112597..4a0ce235b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,49 +1,73 @@ { - $schema: "https://docs.renovatebot.com/renovate-schema.json", - extends: ["config:best-practices", "config:recommended"], - platformCommit: "enabled", + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'config:best-practices', + 'config:recommended', + ], + platformCommit: 'enabled', automerge: true, ignorePaths: [ - "**/simpleclient-archive/**", - // old projects - // agent resources packages an OTel API that is the minimum required API version - "**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml", + '**/simpleclient-archive/**', + '**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml', + ], + labels: [ + 'dependencies', ], - labels: ["dependencies"], packageRules: [ { - matchPackageNames: ["jdx/mise"], - groupName: "mise", - schedule: ["before 4am on monday"], + matchPackageNames: [ + 'jdx/mise', + ], + groupName: 'mise', + schedule: [ + 'before 4am on monday', + ], }, { - matchFileNames: ["mise.toml"], - matchDepNames: ["java"], - groupName: "java temurin", - additionalBranchPrefix: "temurin-", + matchFileNames: [ + 'mise.toml', + ], + matchDepNames: [ + 'java', + ], + groupName: 'java temurin', + additionalBranchPrefix: 'temurin-', }, { - matchFileNames: [".mise/envs/native/mise.toml"], - matchDepNames: ["java"], - groupName: "java graalvm", - additionalBranchPrefix: "graalvm-", + matchFileNames: [ + '.mise/envs/native/mise.toml', + ], + matchDepNames: [ + 'java', + ], + groupName: 'java graalvm', + additionalBranchPrefix: 'graalvm-', }, ], customManagers: [ { - customType: "regex", - description: "update mise", - managerFilePatterns: ["/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/", "/(^|/)action\\.ya?ml$/"], - datasourceTemplate: "github-release-attachments", - packageNameTemplate: "jdx/mise", - depNameTemplate: "mise", - matchStrings: ["jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?\\w+)[\"']?"], + customType: 'regex', + description: 'update mise', + managerFilePatterns: [ + '/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/', + '/(^|/)action\\.ya?ml$/', + ], + datasourceTemplate: 'github-release-attachments', + packageNameTemplate: 'jdx/mise', + depNameTemplate: 'mise', + matchStrings: [ + 'jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: ["\']?(?v[.\\d]+)["\']?\\s*\\n\\s*sha256: ["\']?(?\\w+)["\']?', + ], }, { - customType: "regex", - description: "update super-linter in mise tasks", - fileMatch: ["^\\.mise/tasks/.+\\.sh$"], - matchStrings: ['# renovate: datasource=(?\\S+) depName=(?\\S+)\\s+\\S+_VERSION="(?v\\d+\\.\\d+\\.\\d+)@(?sha256:[a-f0-9]+)"'], + customType: 'regex', + description: 'update super-linter in mise tasks', + managerFilePatterns: [ + '/^\\.mise/tasks/.+\\.sh$/', + ], + matchStrings: [ + '# renovate: datasource=(?\\S+) depName=(?\\S+)\\s+\\S+_VERSION="(?v\\d+\\.\\d+\\.\\d+)@(?sha256:[a-f0-9]+)"', + ], }, ], } From 11f568d03d3a09e73cd43d338b3c9dbcdfb1a96b Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 26 Jan 2026 12:05:57 +0100 Subject: [PATCH 2/2] format Signed-off-by: Gregor Zeitlinger --- .github/renovate.json5 | 84 +++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 54 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4a0ce235b..f6ec71da9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,73 +1,49 @@ { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: [ - 'config:best-practices', - 'config:recommended', - ], - platformCommit: 'enabled', + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["config:best-practices", "config:recommended"], + platformCommit: "enabled", automerge: true, ignorePaths: [ - '**/simpleclient-archive/**', - '**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml', - ], - labels: [ - 'dependencies', + "**/simpleclient-archive/**", + // old projects + // agent resources packages an OTel API that is the minimum required API version + "**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml", ], + labels: ["dependencies"], packageRules: [ { - matchPackageNames: [ - 'jdx/mise', - ], - groupName: 'mise', - schedule: [ - 'before 4am on monday', - ], + matchPackageNames: ["jdx/mise"], + groupName: "mise", + schedule: ["before 4am on monday"], }, { - matchFileNames: [ - 'mise.toml', - ], - matchDepNames: [ - 'java', - ], - groupName: 'java temurin', - additionalBranchPrefix: 'temurin-', + matchFileNames: ["mise.toml"], + matchDepNames: ["java"], + groupName: "java temurin", + additionalBranchPrefix: "temurin-", }, { - matchFileNames: [ - '.mise/envs/native/mise.toml', - ], - matchDepNames: [ - 'java', - ], - groupName: 'java graalvm', - additionalBranchPrefix: 'graalvm-', + matchFileNames: [".mise/envs/native/mise.toml"], + matchDepNames: ["java"], + groupName: "java graalvm", + additionalBranchPrefix: "graalvm-", }, ], customManagers: [ { - customType: 'regex', - description: 'update mise', - managerFilePatterns: [ - '/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/', - '/(^|/)action\\.ya?ml$/', - ], - datasourceTemplate: 'github-release-attachments', - packageNameTemplate: 'jdx/mise', - depNameTemplate: 'mise', - matchStrings: [ - 'jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: ["\']?(?v[.\\d]+)["\']?\\s*\\n\\s*sha256: ["\']?(?\\w+)["\']?', - ], + customType: "regex", + description: "update mise", + managerFilePatterns: ["/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/", "/(^|/)action\\.ya?ml$/"], + datasourceTemplate: "github-release-attachments", + packageNameTemplate: "jdx/mise", + depNameTemplate: "mise", + matchStrings: ["jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?\\w+)[\"']?"], }, { - customType: 'regex', - description: 'update super-linter in mise tasks', - managerFilePatterns: [ - '/^\\.mise/tasks/.+\\.sh$/', - ], - matchStrings: [ - '# renovate: datasource=(?\\S+) depName=(?\\S+)\\s+\\S+_VERSION="(?v\\d+\\.\\d+\\.\\d+)@(?sha256:[a-f0-9]+)"', - ], + customType: "regex", + description: "update super-linter in mise tasks", + managerFilePatterns: ["/^\\.mise/tasks/.+\\.sh$/"], + matchStrings: ['# renovate: datasource=(?\\S+) depName=(?\\S+)\\s+\\S+_VERSION="(?v\\d+\\.\\d+\\.\\d+)@(?sha256:[a-f0-9]+)"'], }, ], }