Added printstash group

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-07-08 06:03:42 +01:00
parent 6ec7ea391f
commit 4436f8d564
+8
View File
@@ -118,6 +118,14 @@
"respectLatest": true, "respectLatest": true,
"allowedVersions": "<=1000.0.0 <5.9.5 || > 5.9.5", "allowedVersions": "<=1000.0.0 <5.9.5 || > 5.9.5",
"versionScheme": "regex:^(?<major>\\d)\\.(?<minor>\\d+)\\.(?<patch>\\d{1,3})$" "versionScheme": "regex:^(?<major>\\d)\\.(?<minor>\\d+)\\.(?<patch>\\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"
} }
] ]
} }