Skip to content

Commit

Permalink
Add configuration for govuk-dependabot-merger
Browse files Browse the repository at this point in the history
  • Loading branch information
brucebolt committed Feb 22, 2024
1 parent 3c0a997 commit da21c65
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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: rubocop-govuk
allowed_semver_bumps:
- patch
- minor

0 comments on commit da21c65

Please sign in to comment.