From 26ce60941698752d43b36ae937727dd826e659e7 Mon Sep 17 00:00:00 2001 From: Joni Harker <506966+ConsoleCatzirl@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:59:09 -0800 Subject: [PATCH] [IT-4003] Auto-update pre-commit hook versions monthly (#31) 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 94b7367..6229bbf 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