Skip to content

Configure Renovate to bump dependency ranges and run weekly#1241

Merged
underfisk merged 1 commit into
masterfrom
copilot/review-renovate-rangestrategy
May 27, 2026
Merged

Configure Renovate to bump dependency ranges and run weekly#1241
underfisk merged 1 commit into
masterfrom
copilot/review-renovate-rangestrategy

Conversation

Copilot AI commented May 27, 2026

Copy link
Copy Markdown
Contributor

Renovate was effectively producing lockfile-only updates, which left dependency ranges in manifests unchanged. This change switches update behavior to keep package.json and lockfile aligned, and tightens scheduling to a single weekly run.

  • Renovate update strategy

    • Set rangeStrategy to bump so dependency updates modify manifest ranges (not just lockfile state).
  • Renovate schedule

    • Replaced weekend cron schedule with a clear weekly window: Monday before 4am (America/New_York).
    • Updated config description to match weekly execution intent.
{
  "schedule": ["before 4am on monday"],
  "timezone": "America/New_York",
  "rangeStrategy": "bump"
}

@underfisk underfisk marked this pull request as ready for review May 27, 2026 15:18
Copilot AI review requested due to automatic review settings May 27, 2026 15:18
@underfisk underfisk merged commit d3ea687 into master May 27, 2026
2 checks passed
@underfisk underfisk deleted the copilot/review-renovate-rangestrategy branch May 27, 2026 15:18
Copilot AI removed the request for review from Copilot May 27, 2026 15:42
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