From 09bdeac823606bde58e5ea02f8ba2faf61501f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> Date: Thu, 16 Feb 2023 08:37:42 +0200 Subject: [PATCH] docs(pre-commit): fix incompatible command name (#20442) --- lib/modules/manager/pre-commit/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/manager/pre-commit/readme.md b/lib/modules/manager/pre-commit/readme.md index 0878f3975f..9e91c6cf95 100644 --- a/lib/modules/manager/pre-commit/readme.md +++ b/lib/modules/manager/pre-commit/readme.md @@ -1,5 +1,5 @@ _Important note_: The `pre-commit` manager is disabled by default and must be opted into through config. -Renovate's approach to version updating is not fully aligned with `pre-commit upgrade` and this has caused frustration for `pre-commit`'s creator/maintainer. +Renovate's approach to version updating is not fully aligned with `pre-commit autoupdate` and this has caused frustration for `pre-commit`'s creator/maintainer. Attempts to work with the `pre-commit` project to fix these gaps have been rejected, so we have chosen to disable the manager by default indefinitely. Please do not contact the `pre-commit` project/maintainer about any Renovate-related topic. To view a list of open issues related to the `pre-commit` manager in Renovate, see the [filtered list using the `manager:pre-commit` label](https://github.com/renovatebot/renovate/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Amanager%3Apre-commit). -- GitLab