mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
chore(deps): update updates-patch-minor (#2606)
* chore(deps): update updates-patch-minor * manual for now * revert --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
19
.github/renovate-config.js
vendored
19
.github/renovate-config.js
vendored
@@ -296,23 +296,8 @@ module.exports = {
|
||||
["ghcr.io/immich-app/postgres"]
|
||||
),
|
||||
customVersioning(
|
||||
// v1.134.0
|
||||
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
["ghcr.io/immich-app/immich-machine-learning"]
|
||||
),
|
||||
customVersioning(
|
||||
// v1.134.0-cuda
|
||||
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-cuda$",
|
||||
["ghcr.io/immich-app/immich-machine-learning"]
|
||||
),
|
||||
customVersioning(
|
||||
// v1.134.0-rocm
|
||||
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-rocm$",
|
||||
["ghcr.io/immich-app/immich-machine-learning"]
|
||||
),
|
||||
customVersioning(
|
||||
// v1.134.0-openvino
|
||||
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-openvino$",
|
||||
// v1.134.0(-cuda|rocm|openvino)?
|
||||
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>cuda|rocm|openvino))$",
|
||||
["ghcr.io/immich-app/immich-machine-learning"]
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user