Skip to content

Commit

Permalink
Merge pull request #2139 from alphagov/dependabot-merger-v2
Browse files Browse the repository at this point in the history
Update dependabot merger config to v2, allow external dependencies to be automerged
  • Loading branch information
KludgeKML authored Apr 24, 2024
2 parents 5f7bc48 + 77e9123 commit f9dca80
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
api_version: 1
auto_merge:
- dependency: gds-api-adapters
allowed_semver_bumps:
- patch
- minor
- dependency: gds-sso
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_app_config
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_document_types
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_personalisation
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_sidekiq
allowed_semver_bumps:
- patch
- minor
- dependency: rubocop-govuk
allowed_semver_bumps:
- patch
- minor
api_version: 2
defaults:
auto_merge: true
update_external_dependencies: true

0 comments on commit f9dca80

Please sign in to comment.