Skip to content

Limit Dependabot to minor and patch version updates - #107

Open
bradymholt wants to merge 1 commit into
mainfrom
brady/dependabot-minor-patch-only
Open

Limit Dependabot to minor and patch version updates#107
bradymholt wants to merge 1 commit into
mainfrom
brady/dependabot-minor-patch-only

Conversation

@bradymholt

@bradymholt bradymholt commented Aug 20, 2026

Copy link
Copy Markdown
Member

Dependabot was opening PRs for major version bumps alongside the minor and patch ones. This restricts it to minor and patch only, so breaking upgrades get taken on deliberately instead of arriving as routine dependency PRs.

An allow entry is added to both the bundler and github-actions configs in .github/dependabot.yml:

allow:
  - dependency-name: "*"
    update-types:
      - "version-update:semver-minor"
      - "version-update:semver-patch"

@bradymholt
bradymholt marked this pull request as ready for review August 20, 2026 13:54
@bradymholt
bradymholt requested review from a team and guzart and removed request for a team August 20, 2026 13:54
@bradymholt
bradymholt enabled auto-merge (squash) August 20, 2026 13:55
@bradymholt
bradymholt disabled auto-merge August 20, 2026 13:59
Allow only semver-minor and semver-patch bumps for every ecosystem so
breaking upgrades get taken on deliberately instead of arriving as
routine dependency PRs.
@bradymholt
bradymholt force-pushed the brady/dependabot-minor-patch-only branch from 92d02a8 to 4074213 Compare August 20, 2026 14:00
@bradymholt
bradymholt enabled auto-merge (squash) August 20, 2026 14:02
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.

1 participant