From faa84761d55fc1bc22749684e794ff58789a3f13 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 9 May 2023 10:57:01 +0300 Subject: [PATCH] .pre-commit-config.yaml: decrease ci autoupdate interval --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8ef7c44..7d8c1fb1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,10 @@ ci: # Attempts to use networking and fails at name resolution skip: [bundler-audit] + # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease + # the frequency of unnecessary PRs. + # https://github.com/pre-commit-ci/issues/issues/83 + autoupdate_schedule: quaterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks