diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09535ce..9308586 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,7 @@ ci: autofix_commit_msg: 'style: pre-commit.ci auto fixes [...]' autoupdate_commit_msg: 'chore: pre-commit autoupdate' + autoupdate_schedule: monthly repos: - hooks: - id: trailing-whitespace diff --git a/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml b/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml index 8e5637c..afb21fe 100644 --- a/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml +++ b/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml @@ -2,6 +2,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.4.0