Skip to content

Restrict non-master Dependabot updates to patch-level#951

Merged
mikelittle merged 1 commit into
masterfrom
dependabot-patch-only-non-master
May 14, 2026
Merged

Restrict non-master Dependabot updates to patch-level#951
mikelittle merged 1 commit into
masterfrom
dependabot-patch-only-non-master

Conversation

@mikelittle
Copy link
Copy Markdown
Contributor

Summary

  • Adds a wildcard ignore rule for version-update:semver-major and version-update:semver-minor to the v23/v24/v25/v26 Dependabot entries.
  • Non-master branches will now only receive patch-release PRs, reducing churn on maintenance branches that shouldn't take feature bumps.
  • Master continues to receive everything.

Test plan

  • After merge, confirm the next weekly Dependabot run on a non-master branch only opens patch-level PRs.

🤖 Generated with Claude Code

Adds a wildcard ignore rule for major and minor updates on the
v23/v24/v25/v26 entries so Dependabot only opens PRs for patch
releases on those branches. Master continues to receive everything.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mikelittle mikelittle merged commit d49a636 into master May 14, 2026
1 of 3 checks passed
@mikelittle mikelittle deleted the dependabot-patch-only-non-master branch May 14, 2026 08:08
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