From 677f957882b2d6059605a9739a5e75a61eff50b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 30 Sep 2024 11:16:18 +0200 Subject: [PATCH] CI updates This is done by the automated script named upgrade-c2cciutils-to-1.7 --- .github/renovate.json5 | 6 ------ .pre-commit-config.yaml | 10 ++++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5165171..309641a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -51,12 +51,6 @@ versioning: 'regex:^v(?\\d+)\\.(?\\d+)\\.(?\\d+)\\.(?\\d+)$', matchDepNames: ['shellcheck-py/shellcheck-py'], }, - /** Accept only the patch on stabilization branches */ - { - matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'], - matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'], - enabled: false, - }, /** Update dpkg versions at any time */ { matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'], diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7479f7..ad57ac9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,9 +77,7 @@ repos: hooks: - id: jsonschema-validator files: ^ci/config\.yaml$ -ci: - autoupdate_schedule: quarterly - skip: - - copyright - - ripsecrets - - jsonschema-validator + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 37.428.1 + hooks: + - id: renovate-config-validator