From f554324c92b61b860aeb4d616633997cd188bd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Thu, 22 Aug 2024 13:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index b0ed1d66a..3032d5b22 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -78,6 +78,15 @@ "emby/embyserver" ], "allowedVersions": "/^4\\.8\\.\\d+\\.\\d+$/" + }, + { + "matchDatasources": [ + "docker" + ], + "matchPackagePatterns": [ + "^photoprism/photoprism$" + ], + "versioning": "regex:^\\d{6}$" } ], "prCreation": "immediate"