Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ updates:
# Bundle all minor + patch gem updates into a single weekly PR.
# Major bumps still open as individual PRs for deliberate review.
ruby-minor-and-patch:
# Keep the Rails framework out of the routine batch: a Rails minor
# (e.g. 8.0 -> 8.1) is a deliberate upgrade, not routine churn, and
# should arrive as its own PR.
exclude-patterns:
- "rails"
update-types:
- minor
- patch
Expand Down