From f7e71b0c1be51ebc91e4a282d697252151418f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Mon, 5 Jan 2026 15:17:13 -0600 Subject: [PATCH] chore: Change autoupdate schedule from monthly to 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 1e0a14b..088ae75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autofix_prs: true - autoupdate_schedule: monthly + autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks