Skip to content

Commit

Permalink
Configure automatic merging for internal deps
Browse files Browse the repository at this point in the history
This is the first step in configuring automatic merging for all the
internal (GOV.UK) dependencies, per documentation[1].

Only patch and minor versions will be eligible.

The next step will be adding signon to the opted-in repos [2], but it is
contingent on getting this config merged.

[1] https://github.com/alphagov/govuk-dependabot-merger?tab=readme-ov-file#usage
[2] https://github.com/alphagov/govuk-dependabot-merger/blob/main/config/repos_opted_in.yml
  • Loading branch information
CristinaRO committed Feb 7, 2024
1 parent 59e02b5 commit 2bbfeb0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions app/helpers/components/.govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
api_version: 1
auto_merge:
- dependency: gds-api-adapters
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_app_config
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_publishing_components
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_sidekiq
allowed_semver_bumps:
- patch
- minor
- dependency: govuk_test
allowed_semver_bumps:
- patch
- minor
- dependency: plek
allowed_semver_bumps:
- patch
- minor
- dependency: rubocop-govuk
allowed_semver_bumps:
- patch
- minor

0 comments on commit 2bbfeb0

Please sign in to comment.