admin 628a63da83 renovate: revert global timestamp-optional; narrowly bypass age gate for termix
Last commit's global `minimumReleaseAgeBehaviour: timestamp-optional` did
two unwanted things:

  1) Dry-run showed 0 "Would commit" branches (was 33 before). The flag
     appears to alter Renovate's filtering more broadly than expected and
     is not the right knob here.
  2) Automated security review correctly flagged the global form as
     fail-open: a missing timestamp on ANY package would bypass the
     stability gate, weakening supply-chain protection across the fleet.

Narrow fix instead:
  - Revert the global setting (back to default `timestamp-required`).
  - Add `minimumReleaseAge: "0 days"` ONLY to the termix packageRule.
    ghcr.io OCI manifests for ghcr.io/lukegus/termix don't expose a
    release timestamp Renovate can read, so the global 3-day gate would
    otherwise hold updates indefinitely (this is the same class of issue
    that's been keeping reloader/homepage/headlamp on "Pending Status
    Checks" for 8+ days). Major bumps still gated by the global major
    rule (`dependencyDashboardApproval: true`).

Other ghcr.io packages with the same issue (reloader, homepage, headlamp)
remain on the dashboard's "Pending Status Checks" list and can be
force-approved per-update via the checkbox UX. That's a slower but safer
manual-approval path that preserves the supply-chain gate's intent.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-05 07:43:37 +02:00
2026-02-09 09:08:21 +01:00
2026-04-17 21:16:18 +02:00
2026-02-09 09:08:21 +01: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-06-01 08:41:32 +02: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-09 09:08:21 +01:00
2026-06-02 20:03:02 +02: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-02-02 13:12:11 +01:00
2026-05-30 09:17:58 +02:00
2026-01-07 10:22:31 +01:00
S
Description
No description provided
2.6 MiB