From e07f19f92881b85ffd2363fec51d4650e3f6164a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:16:58 +0000 Subject: [PATCH 1/3] chore(config): migrate config renovate.json5 --- renovate.json5 | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 912410d..fb01483 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,37 +1,31 @@ -// SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group -// -// SPDX-License-Identifier: MIT - { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>opalmedapps/.github//base.renovate.json5", + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'github>opalmedapps/.github//base.renovate.json5', ], - // https://docs.renovatebot.com/configuration-options/#assignees - "assignees": [], - // https://docs.renovatebot.com/configuration-options/#packagerules - "packageRules": [ - // Exclude markdownlint-cli2 and reuse-tool pre-commit hooks from the pre-commit hooks group - // to avoid adding config options from the pre-commit hooks preset + assignees: [], + packageRules: [ { - "matchManagers": [ - "pre-commit", + matchManagers: [ + 'pre-commit', ], - "matchPackageNames": [ - "!/markdownlint-cli2/", - "!/reuse-tool/", + matchPackageNames: [ + '!/markdownlint-cli2/', + '!/reuse-tool/', ], }, - // Combine reuse-tool and reuse-action updates { - "matchPackageNames": ["/reuse-tool/", "/reuse-action/"], - "groupName": "reuse", + matchPackageNames: [ + '/reuse-tool/', + '/reuse-action/', + ], + groupName: 'reuse', }, ], - "renovate-config-presets": { - "managerFilePatterns": [ - "renovate.json5", - "base.renovate.json5", + 'renovate-config': { + managerFilePatterns: [ + 'renovate.json5', + 'base.renovate.json5', ], }, } From b7b0a9a26ea892ba92765a0c20a0cf2df0407b28 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Thu, 30 Apr 2026 14:57:06 -0400 Subject: [PATCH 2/3] migrate manually --- renovate.json5 | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index fb01483..d6dce32 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,31 +1,37 @@ +// SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group +// +// SPDX-License-Identifier: MIT + { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: [ - 'github>opalmedapps/.github//base.renovate.json5', + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>opalmedapps/.github//base.renovate.json5", ], - assignees: [], - packageRules: [ + // https://docs.renovatebot.com/configuration-options/#assignees + "assignees": [], + // https://docs.renovatebot.com/configuration-options/#packagerules + "packageRules": [ + // Exclude markdownlint-cli2 and reuse-tool pre-commit hooks from the pre-commit hooks group + // to avoid adding config options from the pre-commit hooks preset { - matchManagers: [ - 'pre-commit', + "matchManagers": [ + "pre-commit", ], - matchPackageNames: [ - '!/markdownlint-cli2/', - '!/reuse-tool/', + "matchPackageNames": [ + "!/markdownlint-cli2/", + "!/reuse-tool/", ], }, + // Combine reuse-tool and reuse-action updates { - matchPackageNames: [ - '/reuse-tool/', - '/reuse-action/', - ], - groupName: 'reuse', + "matchPackageNames": ["/reuse-tool/", "/reuse-action/"], + "groupName": "reuse", }, ], - 'renovate-config': { - managerFilePatterns: [ - 'renovate.json5', - 'base.renovate.json5', + "renovate-config": { + "managerFilePatterns": [ + "renovate.json5", + "base.renovate.json5", ], }, } From e3408b73750c26dfcba2f67454d83e5ffcb74fdb Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Thu, 30 Apr 2026 16:38:38 -0400 Subject: [PATCH 3/3] Update renovatebot pre-commit hooks version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84613fb..7b1fb09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1" - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.141.2 + rev: 43.160.1 hooks: - id: renovate-config-validator args: ["--strict"]