From 80a1e84ebdaeca115fefd85b4ba497bb2a2ae050 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Thu, 28 Mar 2024 16:17:54 -0400 Subject: [PATCH] ci: set pre-commit autoupdate schedule to monthly --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4dcf4f..9484d91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ ci: autofix_commit_msg: "style: pre-commit.ci auto fixes [...]" autoupdate_commit_msg: "chore: pre-commit autoupdate" + autoupdate_schedule: monthly repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0