chore(renovate): enable lockfileMaintenance for examples/**#1735
Merged
mschile merged 1 commit intocypress-io:masterfrom Apr 22, 2026
Merged
chore(renovate): enable lockfileMaintenance for examples/**#1735mschile merged 1 commit intocypress-io:masterfrom
mschile merged 1 commit intocypress-io:masterfrom
Conversation
|
mschile
approved these changes
Apr 22, 2026
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.
Situation
Renovate is currently not configured in renovate.json for
lockfileMaintenancesince this could cause the need for an action rebuild, and so far there hasn't been a process set up that could deal with this.This means however that vulnerabilities in the examples sub-directories caused by transient dependencies such as
lodashare currently not addressed by Renovate updates.Change
Enable
lockFileMaintenancein the renovate.json configuration for examples/** only.lockFileMaintenanceruns weekly by default. It can also be intiated manually through the Dependency Dashboard or through the Renovate Web UI.Note
Low Risk
Low risk: only updates Renovate configuration to control when lockfile maintenance PRs are created, without touching runtime code.
Overview
Enables Renovate
lockFileMaintenance, then adds package rules to disable lockfile maintenance by default and re-enable it only forexamples/**so Renovate can refresh example lockfiles without triggering lockfile maintenance across the rest of the repo.Reviewed by Cursor Bugbot for commit 428cb26. Bugbot is set up for automated code reviews on this repo. Configure here.