Add shared Renovate config preset#10
Open
bryanbeverly wants to merge 1 commit into
Open
Conversation
Provides a single source of truth for dependency update policy across all trufflesecurity repos. Individual repos adopt this via a one-liner extends in their renovate.json. See the Dependency Strategy Unification plan for full context. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
renovate-config.jsonas the org-wide shared Renovate preset"extends": ["github>trufflesecurity/.github:renovate-config"](low-risk, track latest) or"extends": ["github>trufflesecurity/.github:renovate-config#v1.0.0"](high-risk, pinned)renovate.jsonto extend this presetWhat's in the preset
config:recommended+helpers:pinGitHubActionDigests+:pinDevDependencies+:configMigration+abandonments:recommendedbefore 6am on monday(UTC) for non-security updatesminimumReleaseAgefor all ecosystems (security CVEs bypass automatically)gomodTidyfor cleango.sumfilesprConcurrentLimit: 5,prHourlyLimit: 3Context
Part of the Dependency Strategy Unification plan (Step 1). After merge, this will be tagged
v1.0.0.Test plan
renovate-config-validatoror Renovate dry run)v1.0.0Made with Cursor
Note
Low Risk
Adds a new shared Renovate configuration file but does not change runtime code paths; impact is limited to how dependency update PRs will be generated once adopted by other repos.
Overview
Introduces an org-wide
renovate-config.jsonpreset that standardizes Renovate behavior: weekly scheduled dependency updates (UTC), 3-day release age delay, PR rate limits, andgomodTidypost-update.Configures security/vulnerability alerts and lockfile maintenance to automerge, and groups GitHub Actions updates into a single PR while pinning action digests and dev dependencies.
Reviewed by Cursor Bugbot for commit 0df893a. Bugbot is set up for automated code reviews on this repo. Configure here.