Skip to content

Commit

Permalink
Use V2 of GOV.UK Dependabot Merger
Browse files Browse the repository at this point in the history
GOV.UK Dependency Merger configuration changed to allow automatic patching of
all dependencies as described in RFC-167 [^1]. Consequently V1 no longer works.
This updates the configuration to use the version 2 convention to reinstate the
basic functionality of automatic patching of internal dependencies only.
The default allowed_semver_bumps are [patch, minor].

Currently there’re no sufficient branch protection rules to enable auto-merging of external dependencies.

[^1]: https://github.com/alphagov/govuk-rfcs/blob/main/rfc-167-auto-patch-dependencies.md
  • Loading branch information
AgaDufrat committed May 2, 2024
1 parent e3ac31c commit 3758e70
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .govuk_dependabot_merger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
api_version: 1
auto_merge:
- dependency: rubocop-govuk
allowed_semver_bumps:
- patch
- minor
api_version: 2
defaults:
auto_merge: true

0 comments on commit 3758e70

Please sign in to comment.