Skip to content

Commit

Permalink
Merge pull request #1700 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 authored May 21, 2024
2 parents 75aad92 + 4f5b05a commit 701bdfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +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 701bdfe

Please sign in to comment.