Skip to content

Commit

Permalink
Allow auto-merging of patch versions of Rails
Browse files Browse the repository at this point in the history
Our [docs](https://docs.publishing.service.gov.uk/manual/keeping-software-current.html#rails) suggest it is safe to auto-merge provided the tests pass. This will help to disambiguate Rails PRs going forward, as any PRs that are not auto-merged require manual intervention (currently it’s always a bit uncertain).

Trello: https://trello.com/c/AlWoQfl0/2859-allow-auto-merging-of-patch-versions-of-rails
  • Loading branch information
ChrisBAshton committed Sep 24, 2024
1 parent 084a58b commit 5d07fc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ defaults:
auto_merge: true
update_external_dependencies: true
overrides:
- dependency: rails # should be upgraded manually, see https://docs.publishing.service.gov.uk/manual/keeping-software-current.html#rails
auto_merge: false
- dependency: rails
allowed_semver_bumps:
- patch # minor/major bumps should be upgraded manually. See https://docs.publishing.service.gov.uk/manual/keeping-software-current.html#rails

0 comments on commit 5d07fc0

Please sign in to comment.