From 1fe5e59a352e151dcec0633471a119c3b7b855f4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 2 Aug 2024 11:21:33 +0200 Subject: [PATCH 1/2] .pre-commit-config.yaml: autoupdate_schedule: monthly https://pre-commit.ci/#configuration > possible values: 'weekly', 'monthly', 'quarterly'. As requested at https://github.com/mesonbuild/meson-python/pull/651#pullrequestreview-2215094986 --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 647c514af..8cb11f679 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,8 @@ ci: autofix_prs: false - autoupdate_commit_msg: 'MAINT: bump repositories' + autoupdate_commit_msg: 'MAINT: bump pre-commit dependencies' + autoupdate_schedule: 'monthly' repos: - repo: https://github.com/pre-commit/pre-commit-hooks From c3920717450eb0df7f98f08df1daf62463efc10e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 2 Aug 2024 11:26:50 +0200 Subject: [PATCH 2/2] quarterly --- .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 8cb11f679..85397c470 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: autofix_prs: false autoupdate_commit_msg: 'MAINT: bump pre-commit dependencies' - autoupdate_schedule: 'monthly' + autoupdate_schedule: 'quarterly' repos: - repo: https://github.com/pre-commit/pre-commit-hooks