Skip to content

Commit

Permalink
Enable automerging of external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
unoduetre committed Jun 6, 2024
1 parent 747a2a5 commit 9360cc0
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
api_version: 2
defaults:
auto_merge: true
update_external_dependencies: false # TODO: enable after verifying that this repo meets the conditions
update_external_dependencies: true
overrides:
- dependency: rails
auto_merge: false
- dependency: railties
auto_merge: false
- dependency: actioncable
auto_merge: false
- dependency: actionmailbox
auto_merge: false
- dependency: actionmailer
auto_merge: false
- dependency: actionpack
auto_merge: false
- dependency: actiontext
auto_merge: false
- dependency: actionview
auto_merge: false
- dependency: activejob
auto_merge: false
- dependency: activemodel
auto_merge: false
- dependency: activerecord
auto_merge: false
- dependency: activestorage
auto_merge: false
- dependency: activesupport
auto_merge: false

0 comments on commit 9360cc0

Please sign in to comment.