Skip to content

Commit

Permalink
Merge pull request #374 from alphagov/dep-merger
Browse files Browse the repository at this point in the history
Enable external dependencies for Dependabot merger
  • Loading branch information
csutter authored Jan 8, 2025
2 parents 44e733a + 3600ff2 commit a8ad015
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 a8ad015

Please sign in to comment.