admin a47111cce1 renovate: termix customManager — use regex versioning instead of loose+extractVersion
Third attempt. Debug run confirmed `loose` + `extractVersion` STILL produces:

  DEBUG: Dependency Termix-SSH/Termix has unsupported/unversioned value
         release-1.11.0 (versioning=loose)
  DEBUG: Skipping Termix-SSH/Termix because no currentDigest or pinDigests

`extractVersion` is only applied to CANDIDATE versions (from the datasource),
not to currentValue. Renovate's pre-validation runs the raw `release-1.11.0`
through `loose`, which can't parse it (the `release-` prefix breaks semver
detection), so Renovate falls back to digest-only and gives up.

`regex` versioning is the only mode that parses the prefixed value directly
(no extractVersion needed) — Renovate's regex.matches() accepts `release-1.11.0`
because the rule's pattern captures the whole tag. github-releases datasource
returns the upstream `release-X.Y.Z` tag_names which the same regex parses.
No conversion needed; the new tag written back to the manifest is the same
`release-X.Y.Z` form, valid in the ghcr.io/lukegus/termix registry.

Removes extractVersionTemplate (no longer needed).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-06 10:03:54 +02:00
2026-04-17 21:16:18 +02:00
2026-01-10 09:08:25 +01:00
fix
2026-02-09 09:45:36 +01:00
2026-02-09 09:08:21 +01:00
2026-02-09 09:08:21 +01:00
2026-02-11 15:18:15 +01:00
2026-02-09 09:08:21 +01:00
2026-02-18 15:02:43 +01:00
2026-02-09 09:08:21 +01:00
2026-02-09 09:08:21 +01:00
2026-02-26 07:58:04 +01:00
2026-01-07 10:22:31 +01:00
S
Description
No description provided
2.6 MiB