diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aecc11eb22..230f18655c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_schedule: monthly + repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.0 diff --git a/newsfragments/4850.misc.rst b/newsfragments/4850.misc.rst new file mode 100644 index 0000000000..2ef73e52fd --- /dev/null +++ b/newsfragments/4850.misc.rst @@ -0,0 +1 @@ +Added ``ci`` configuration for ``.pre-commit-config.yaml`` -- by :user:`shenxianpeng`