Skip to content

Allow major version updates for GitHub Actions - #53

Merged
bradymholt merged 1 commit into
mainfrom
brady/dependabot-actions-major
Aug 25, 2026
Merged

Allow major version updates for GitHub Actions#53
bradymholt merged 1 commit into
mainfrom
brady/dependabot-actions-major

Conversation

@bradymholt

@bradymholt bradymholt commented Aug 25, 2026

Copy link
Copy Markdown
Member

This lets Dependabot open PRs for major version bumps of GitHub Actions again.

The allow list added in #49 was meant to keep major package bumps out of the queue, but it was applied to both ecosystems, so action majors were filtered out too. Action bumps are low risk and worth taking promptly, so this drops the allow list from the github-actions entry. With no list, Dependabot falls back to its default of proposing every update type. The pip entry keeps its minor/patch-only list.

The semver-minor/patch allow list was meant to keep major package bumps
out of the PR queue, but it applied to the github-actions ecosystem too.
Action majors are low risk and worth taking promptly, so drop the allow
list there and let Dependabot propose them. The pip restriction stays.
@bradymholt
bradymholt marked this pull request as ready for review August 25, 2026 13:21
@bradymholt
bradymholt requested review from a team and buffym and removed request for a team August 25, 2026 13:21
@bradymholt
bradymholt enabled auto-merge August 25, 2026 13:21
@bradymholt
bradymholt merged commit 3e6286f into main Aug 25, 2026
5 checks passed
@bradymholt
bradymholt deleted the brady/dependabot-actions-major branch August 25, 2026 14:54
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