From 41bb8ab5066ee4ea87bf3b3ab8661d0a8ba40054 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:40:16 +1300 Subject: [PATCH 1/2] Update .pre-commit-config.yaml using dependabot on quarterly basis Instead of using pre-commit.ci --- .github/dependabot.yml | 8 ++++++++ .pre-commit-config.yaml | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1988ad5fd9..40084a4c37c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,11 @@ updates: - "skip-changelog" cooldown: default-days: 7 + + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "quarterly" + labels: + - "maintenance" + - "skip-changelog" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 918aabcd2ca..e5da1d9654c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,9 +19,3 @@ repos: rev: v1.19.0 hooks: - id: zizmor - -# https://pre-commit.ci/#configuration -ci: - skip: [chmod] - autofix_prs: false - autoupdate_schedule: quarterly From e6d41ed3dcbd8cc1025780a3555db754cf317a9a Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:43:24 +1300 Subject: [PATCH 2/2] Remove pre-commit-ci[bot] from release drafter exclusions Since it won't be making new commits again --- .github/release-drafter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6a158ee9600..4f139c04de1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -24,8 +24,6 @@ exclude-contributors: - 'actions-bot' - 'dependabot' - 'dependabot[bot]' - - 'pre-commit-ci' - - 'pre-commit-ci[bot]' category-template: '### $TITLE' change-template: '* $TITLE ([#$NUMBER]($URL))' sort-by: 'title'