From 0e74b3b29614a312e41119939ee79442d67f034f Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer <secustor@users.noreply.github.com> Date: Tue, 30 May 2023 23:54:59 +0200 Subject: [PATCH] docs(config/constraints): add pep621 to supported managers for constraints (#22507) --- lib/config/options/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 2d5009f81a..f71066be46 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -2176,6 +2176,7 @@ const options: RenovateOptions[] = [ 'composer', 'gomod', 'npm', + 'pep621', 'pipenv', 'poetry', ], -- GitLab