Skip to content

Commit

Permalink
Merge pull request #796 from alphagov/add-dependabot-automerge
Browse files Browse the repository at this point in the history
Add configuration for `govuk-dependabot-merger`
  • Loading branch information
brucebolt authored Feb 26, 2024
2 parents 3c0a997 + f7269b4 commit d2066cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
api_version: 1
auto_merge:
- dependency: gds-sso
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_app_config
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_sidekiq
allowed_semver_bumps:
- patch
- minor
- dependency: plek
allowed_semver_bumps:
- patch
- minor
- dependency: rubocop-govuk
allowed_semver_bumps:
- patch
- minor

0 comments on commit d2066cd

Please sign in to comment.