Skip to content

Commit

Permalink
Merge pull request #6783 from alphagov/prevent-rails-dependency-auto-…
Browse files Browse the repository at this point in the history
…merge

Prevent rails from being upgraded automatically
  • Loading branch information
mtaylorgds committed May 21, 2024
2 parents 401e6be + 93047da commit c6dc62a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ api_version: 2
defaults:
auto_merge: true
update_external_dependencies: false # TODO: enable after verifying that this repo meets the conditions

overrides:
- dependency: rails # should be upgraded manually, see https://docs.publishing.service.gov.uk/manual/keeping-software-current.html#rails
auto_merge: false

0 comments on commit c6dc62a

Please sign in to comment.