Skip to content

feat: github action pinning and min release age#56

Open
lukasmetzner wants to merge 3 commits into
mainfrom
feat-github-action-pinning
Open

feat: github action pinning and min release age#56
lukasmetzner wants to merge 3 commits into
mainfrom
feat-github-action-pinning

Conversation

@lukasmetzner
Copy link
Copy Markdown

@lukasmetzner lukasmetzner commented May 7, 2026

Pin GitHub action and update them only once a week. Only consider releases with a minimum age of five days.

Comment thread renovate/default.json Outdated
Comment on lines +12 to +17
"description": ["delay GitHub Actions updates and only update weekly"],
"matchManagers": ["github-actions"],
"minimumReleaseAge": "5 days",
"minimumReleaseAgeBehavior": "timestamp-optional",
"schedule": ["on monday"]
},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What about delaying all updates, not only Github Actions? Even for libraries and tools?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Was not sure if we want this, but I would also like to see this.

Implemented it and also dropped cert-manager as the 2 days delay for it is redundant now.

Extend the 5-day minimum release age and weekly schedule to all
managers (not just GitHub Actions), and drop the now-redundant
cert-manager rule since its 2-day delay is shorter than the new
global default.
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