From efc6f4e22fd910a8d25440892b53a9c23cc1f6a8 Mon Sep 17 00:00:00 2001 From: danielfromearth Date: Tue, 2 Jul 2024 15:49:21 -0400 Subject: [PATCH] add autoupdate schedule to pre-commit config --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2f5229..3f92e7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,10 @@ --- +ci: + autoupdate_schedule: "monthly" # Like dependabot + autoupdate_commit_msg: "chore: update pre-commit hooks" + autoupdate_branch: "develop" + autofix_prs: false # Comment "pre-commit.ci autofix" on a PR to trigger + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0