From b427429f75b910baf8f26650c1fb34e9160b570d Mon Sep 17 00:00:00 2001 From: uy/sun Date: Thu, 12 Jun 2025 22:02:49 +0800 Subject: [PATCH] =?UTF-8?q?chore(renovate):=20=E6=9B=B4=E6=96=B0=20Python?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E6=97=B6=E8=BF=98=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20pep621=20=E7=9A=84=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0e6b4f5d..09fa4c00 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -68,9 +68,11 @@ ], // https://docs.renovatebot.com/modules/manager/dockerfile/ // https://docs.renovatebot.com/modules/manager/pyenv/ + // https://docs.renovatebot.com/modules/manager/pep621/ matchManagers: [ "dockerfile", - "pyenv" + "pyenv", + "pep621" ], description: "Weekly update of Python version", },