Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable automerging of external dependencies #3217

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
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
Loading