From 0fd0efada68fdc51f05ba424889300772c2606d2 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 5 Sep 2023 07:12:21 +0000 Subject: [PATCH] change update schedule to monthly --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0d4bac..9154e1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: rev: v2.2.2 hooks: - id: pycln - - repo: https://github.com/psf/black + - repo: https://github.com/psf/black-pre-commit-mirror rev: 23.7.0 hooks: - id: black @@ -25,3 +25,6 @@ repos: rev: 0.26.3 hooks: - id: check-github-workflows + +ci: + autoupdate_schedule: monthly