From 2cf000a7bdd5f407182e8985af467ba7069020ae Mon Sep 17 00:00:00 2001 From: Joni Harker <506966+ConsoleCatzirl@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:33:59 -0800 Subject: [PATCH] [IT-4003] Auto-update pre-commit hook versions monthly (#17) Change the frequency that PRs to update pre-commit hook versions are auto-generated from weekly (the default) to monthly. --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e72551d..2a4df52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + autoupdate_schedule: monthly repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0