From 4436f8d5647dd47c60449c4260d4ee739f3196be Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 8 Jul 2026 06:03:42 +0100 Subject: [PATCH] Added printstash group Signed-off-by: Marcus Noble --- source-urls.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source-urls.json b/source-urls.json index 968da3d..b44e0e8 100644 --- a/source-urls.json +++ b/source-urls.json @@ -118,6 +118,14 @@ "respectLatest": true, "allowedVersions": "<=1000.0.0 <5.9.5 || > 5.9.5", "versionScheme": "regex:^(?\\d)\\.(?\\d+)\\.(?\\d{1,3})$" + }, + { + "packageNames": [ + "ghcr.io/xiao-villamor/printstash-api", + "ghcr.io/xiao-villamor/printstash-frontend" + ], + "sourceUrl": "https://github.com/xiao-villamor/PrintStash", + "groupName": "Printstash" } ] }