Skip to content

Commit

Permalink
Add config to support auto merging govuk component dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgisbey committed Jan 24, 2024
1 parent 90ec982 commit 5b8dae9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
api_version: 1
auto_merge:
- dependency: gds-api-adapters
allowed_semver_bumps:
- patch
- minor
- dependency: gds-sso
allowed_semver_bumps:
- patch
- minor
- dependency: govspeak
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_admin_template
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_app_config
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_publishing_components
allowed_semver_bumps:
- patch
- minor
- dependency: plek
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_schemas
allowed_semver_bumps:
- patch
- minor
- dependency: rubocop-govuk
allowed_semver_bumps:
- patch
- minor

0 comments on commit 5b8dae9

Please sign in to comment.