From 6ec9b2894c9f889747cedf5fa9cc2813e42e8c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Thu, 22 Aug 2024 15:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=20Photopri?= =?UTF-8?q?sm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3032d5b2..ec9c87d2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -83,10 +83,10 @@ "matchDatasources": [ "docker" ], - "matchPackagePatterns": [ - "^photoprism/photoprism$" + "matchPackageNames": [ + "photoprism/photoprism" ], - "versioning": "regex:^\\d{6}$" + "versioning": "loose" } ], "prCreation": "immediate"