chore(deps): update updates-patch-minor (#2603)

* chore(deps): update updates-patch-minor

* test

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
truenasbot
2025-06-19 07:59:15 -04:00
committed by GitHub
parent d799ab291d
commit 6f208c64b4

View File

@@ -295,11 +295,11 @@ module.exports = {
"^15-vectorchord(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-pgvectors0.2.0$",
["ghcr.io/immich-app/postgres"]
),
customVersioning(
// v1.134.0-cuda|rocm|openvino
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>cuda|rocm|openvino))?$",
["ghcr.io/immich-app/immich-machine-learning"]
),
// customVersioning(
// // v1.134.0-cuda|rocm|openvino
// "^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>cuda|rocm|openvino))?$",
// ["ghcr.io/immich-app/immich-machine-learning"]
// ),
],
};