Skip to content

Configure digest updates to use branch automerge#382

Merged
stanlemon merged 2 commits intomainfrom
copilot/auto-merge-digest-updates
Jan 27, 2026
Merged

Configure digest updates to use branch automerge#382
stanlemon merged 2 commits intomainfrom
copilot/auto-merge-digest-updates

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 27, 2026

Digest updates were configured with automerge: true but inherited the global automergeType: 'pr', causing them to merge via pull requests.

Changes

  • Added automergeType: 'branch' to the digest updates package rule

This enables direct branch commits for digest updates, bypassing PR creation entirely—consistent with how @stanlemon packages are already handled.

{
  "groupName": "all digest updates",
  "groupSlug": "all-digest",
  "matchUpdateTypes": ["digest"],
  "automerge": true,
  "automergeType": "branch"  // Added
}
Original prompt

Can you make it so that digest updates for my renovate config are auto merged with a branch?


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com>
Copilot AI changed the title [WIP] Enable auto-merge for digest updates in renovate config Configure digest updates to use branch automerge Jan 27, 2026
Copilot AI requested a review from stanlemon January 27, 2026 10:18
@stanlemon stanlemon marked this pull request as ready for review January 27, 2026 10:19
@stanlemon stanlemon merged commit 7c08cb7 into main Jan 27, 2026
@stanlemon stanlemon deleted the copilot/auto-merge-digest-updates branch March 28, 2026 13:29
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