Skip to content

Commit

Permalink
Enable external dependencies for Dependabot merger
Browse files Browse the repository at this point in the history
  • Loading branch information
csutter committed Jan 7, 2025
1 parent 23db13a commit 3600ff2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
api_version: 2
defaults:
update_external_dependencies: true
auto_merge: true
update_external_dependencies: false # TODO: enable after verifying that this repo meets the conditions
allowed_semver_bumps:
- patch
- minor
overrides:
- dependency: rails
allowed_semver_bumps:
- patch

0 comments on commit 3600ff2

Please sign in to comment.