From 875a766f571ada2e942cd1a34c4f81a7e174eee0 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 4 Oct 2022 11:29:21 -0400 Subject: [PATCH] ci: update pre-commit schedule --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad07577eb5..742e7a30aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,12 @@ # # See https://github.com/pre-commit/pre-commit + +ci: + autoupdate_commit_msg: "chore(deps): update pre-commit hooks" + autofix_commit_msg: "style: pre-commit fixes" + autoupdate_schedule: monthly + # third-party content exclude: ^tools/JoinPaths.cmake$