.pre-commit-config.yaml: replace ci.skip configuration with ci.autoupdate_schedule: quaterly

This commit is contained in:
Aminda Suomalainen 2023-06-07 12:48:59 +03:00
parent ce914cd2df
commit bfd6db89fa
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -5,8 +5,11 @@
# See https://pre-commit.com for more information
# See https://pre-commit.ci for more information
ci:
# Attempts to use networking and fails at name resolution
skip: [bundler-audit]
# I don't need so many duplicated notifications on the same thing as I keep
# autoupdating manually too. Besides it just creates extra branch I never
# touch.
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks