Skip to content

Remove minimumReleaseAge check for digest updates - #316

Open
keremgocen wants to merge 1 commit into
mainfrom
keremgocen/remove-minimumReleaseAge-from-digest-updates-renovate
Open

Remove minimumReleaseAge check for digest updates#316
keremgocen wants to merge 1 commit into
mainfrom
keremgocen/remove-minimumReleaseAge-from-digest-updates-renovate

Conversation

@keremgocen

Copy link
Copy Markdown
Contributor

Eliminate the minimumReleaseAge requirement for digest and pinDigest updates in the configuration so the auto-merge can kick in once the PR is approved.

(see: renovatebot/renovate#39781 for the root cause, digest updates are usually missing the timestamp so our updates were left stale 14+ days until one of us merges them)

@keremgocen
keremgocen requested a review from a team as a code owner July 17, 2026 17:17
@keremgocen
keremgocen requested a review from risset July 17, 2026 17:17
Comment thread renovate.json
"packageRules": [
{
"matchUpdateTypes": ["digest", "pinDigest"],
"minimumReleaseAge": null

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the thread you sent this looks like a nicer option no? That way it uses the timestamp if it can find it

Suggested change
"minimumReleaseAge": null
"minimumReleaseAgeBehaviour": "timestamp-optional"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants