Skip to content

Configure Renovate automerge with 3-day minimum release age#41

Merged
deviantintegral merged 2 commits intomainfrom
copilot/configure-renovate-auto-merge
Feb 27, 2026
Merged

Configure Renovate automerge with 3-day minimum release age#41
deviantintegral merged 2 commits intomainfrom
copilot/configure-renovate-auto-merge

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 27, 2026

Renovate is not configured to automerge, requiring manual intervention for routine dependency updates.

Changes

  • renovate.json: Added automerge: true and minimumReleaseAge: "3 days" to enable hands-free merging of updates that have been published for at least 3 days — providing a window to catch yanked or broken releases before they land.
{
  "automerge": true,
  "minimumReleaseAge": "3 days"
}

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>
Copilot AI changed the title [WIP] Configure renovate to merge updates after three days Configure Renovate automerge with 3-day minimum release age Feb 27, 2026
@deviantintegral deviantintegral marked this pull request as ready for review February 27, 2026 21:11
@deviantintegral deviantintegral merged commit 8921000 into main Feb 27, 2026
3 checks passed
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