Adopt the org Renovate preset and add a release-age floor - #3
Merged
Conversation
Renovate has never actually run here: no PRs, no dependency dashboard. The config file existed but the app installation is scoped to selected repos and this one is not among them, so the file has been inert since the repo was created. Two things were missing on its own merits. There was no minimumReleaseAge, so the first run would have been free to propose same-day publishes - the other four repos in the org all set a 48-hour to 3-day floor. And the settings it did carry were a partial copy of the sibling configs. Extending the org preset supplies the timezone, the Monday batch, automerge:false, the PR caps, the dashboard, OSV alerts, the security bypass and the github-actions grouping. What is left here is the cargo grouping and the two age floors. The preset also brings helpers:pinGitHubActionDigests, which is new for this repo - expect one PR re-pinning actions/checkout@v4 to a SHA. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FqNvPFuFeotbk9TsngcNvh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of standardising Renovate across the org, alongside the new
FactoryGameFan/.githubpreset repo.Why
Renovate has never run here. No PRs, no dependency dashboard.
.github/renovate.json5existed but the app installation is scoped to selected repos and this one is not ticked, so the file has been inert since the repo was created today.No
minimumReleaseAge. The other four repos all set a 48-hour to 3-day floor. Without one, the first run is free to propose a publish that is hours old.What changed
local>FactoryGameFan/.github:renovate-config- supplies timezone, the Monday batch,automerge: false, PR caps, dashboard, OSV alerts, the security-bypass rule and the github-actions grouping.minimumReleaseAge: "3 days"and a 25-hour floor for security PRs.schedule: ["* 0-8 * * 1"]becomes the preset'sbefore 6am on monday- same idea, two hours tighter.helpers:pinGitHubActionDigests, which this repo did not have. Expect one PR rewritingactions/checkout@v4inci.ymlto a commit SHA.Verification
renovate-config-validator(renovate 44.32.2) passes, both as a repo config and standalone.factorio-oracleandFactoryGameFan/.githubticked in the Renovate app installation before any of this takes effect.🤖 Generated with Claude Code
https://claude.ai/code/session_01FqNvPFuFeotbk9TsngcNvh