Skip to content

chore: restrict Dependabot GitHub Actions updates to major versions only#333

Merged
Mrtenz merged 1 commit into
mainfrom
mrtenz/dependabot-major-actions-only
Jul 2, 2026
Merged

chore: restrict Dependabot GitHub Actions updates to major versions only#333
Mrtenz merged 1 commit into
mainfrom
mrtenz/dependabot-major-actions-only

Conversation

@Mrtenz

@Mrtenz Mrtenz commented Jul 2, 2026

Copy link
Copy Markdown
Member

Dependabot was opening PRs for minor and patch updates to GitHub Actions (e.g., MetaMask/action-is-release@v2.2.0). Since we use floating major tags (e.g., MetaMask/action-is-release@v2), minor and patch bumps are automatically picked up and don't need separate PRs. This adds an ignore block to skip semver-minor and semver-patch updates, so Dependabot will only open PRs for major version bumps (e.g., v2v3).


Note

Low Risk
CI automation config only; no runtime or application code changes.

Overview
Dependabot for the github-actions ecosystem now ignores minor and patch version updates via a new ignore block on dependency-name: '*'.

PRs will only be opened for major bumps (e.g. @v2@v3), which matches workflows that pin floating major tags like MetaMask/action-checkout-and-setup@v3 so routine patch/minor action releases do not generate redundant upgrade PRs.

Reviewed by Cursor Bugbot for commit a2c7274. Bugbot is set up for automated code reviews on this repo. Configure here.

Adds an ignore block to the `github-actions` ecosystem entry so
Dependabot only opens PRs for major version bumps (e.g., `v1` → `v2`),
skipping minor and patch updates.
@Mrtenz Mrtenz marked this pull request as ready for review July 2, 2026 07:33
@Mrtenz Mrtenz requested a review from a team as a code owner July 2, 2026 07:33
@Mrtenz Mrtenz merged commit 6a8824e into main Jul 2, 2026
28 checks passed
@Mrtenz Mrtenz deleted the mrtenz/dependabot-major-actions-only branch July 2, 2026 08:09
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