[READ-ONLY] Mirror of https://github.com/maybeanerd/home-cluster. IAC for a kubernetes cluster hosted at home. status.cluster.diluz.io
hacktoberfest
1

Configure Feed

Select the types of activity you want to include in your feed.

ci: allow docker images that dont have timestamps to be opened for PRs (#1355)

some sources, such as docker - which we use for helm and docker images - only support timestamps/min release age in certain scenarios. To allow PRs to be opened 9and not us manually looking at the dashboard all the time), this setting allows those that don't have timestamps to ignore minimum release age

authored by

Sebastian Di Luzio and committed by
GitHub
(Apr 20, 2026, 9:06 PM +0200) 3cfdd62f 6546a014

+2 -1
+2 -1
renovate.json
··· 27 27 "matchPackageNames": ["jellyfin/jellyfin{/,}**"] 28 28 } 29 29 ], 30 - "bumpVersion": "patch" 30 + "bumpVersion": "patch", 31 + "minimumReleaseAgeBehaviour": "timestamp-optional" 31 32 }