Skip to content

Auto-merge GitHub Actions digest updates without PRs#383

Merged
stanlemon merged 5 commits intomainfrom
copilot/update-renovate-config-digest-updates
Feb 21, 2026
Merged

Auto-merge GitHub Actions digest updates without PRs#383
stanlemon merged 5 commits intomainfrom
copilot/update-renovate-config-digest-updates

Conversation

Copy link
Contributor

Copilot AI commented Feb 21, 2026

Renovate now automatically merges GitHub Actions digest updates directly to branch without creating PRs or requiring manual review.

Changes

Added specific package rule for GitHub Actions digest updates and removed the redundant general digest updates rule:

  • matchManagers: ['github-actions'] + matchUpdateTypes: ['digest'] to target GHA SHA updates only
  • automergeType: 'branch' to merge directly without PR creation
  • minimumReleaseAge: null for immediate merging
  • Removed the "all digest updates" rule to keep configuration focused on GitHub Actions only
{
  groupName: 'github-actions digest updates',
  matchManagers: ['github-actions'],
  matchUpdateTypes: ['digest'],
  automerge: true,
  automergeType: 'branch',
  minimumReleaseAge: null,
}

Digest updates (e.g., actions/checkout@de0fac2e...actions/checkout@abc123ef...) now commit directly to branch. Other package digest updates will continue to create PRs as before.

Original prompt

Update my renovate config to automatically merge digest updates for actions without PRs or my need to review, approve and merge them.


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

Copilot AI and others added 3 commits February 21, 2026 13:06
Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com>
Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com>
Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Renovate config for automated digest updates Auto-merge GitHub Actions digest updates without PRs Feb 21, 2026
Copilot AI requested a review from stanlemon February 21, 2026 13:09
@stanlemon
Copy link
Owner

@copilot lets remove the all-digests rule now that we have this one for GitHub actions

Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 21, 2026

@copilot lets remove the all-digests rule now that we have this one for GitHub actions

Removed the all-digest rule in ef33bc4. Now only the GitHub Actions-specific digest rule remains.

@stanlemon stanlemon marked this pull request as ready for review February 21, 2026 13:51
@stanlemon stanlemon merged commit aa052b7 into main Feb 21, 2026
@stanlemon stanlemon deleted the copilot/update-renovate-config-digest-updates branch February 21, 2026 13:51
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