Skip to content

Commit 5e6eabf

Browse files
authored
Exclude repo-config from dependabot grouping (#125)
This dependency usually need manual intervention to update, so it's better to exclude it from the grouping, which usually blocks merging until the manual intervention happens.
2 parents af4f0b5 + ea916a3 commit 5e6eabf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,18 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22+
# We exclude the `frequenz-repo-config` package from grouping as this
23+
# dependency is still under development (at branch v0.x.x), so minor
24+
# changes typically introduce breaking changes (and patch updates can
25+
# potentially too according to semver).
2226
groups:
2327
required:
2428
dependency-type: "production"
2529
update-types:
2630
- "minor"
2731
- "patch"
2832
exclude-patterns:
33+
- "frequenz-repo-config"
2934
- "frequenz-client-base*"
3035
- "frequenz-api-microgrid"
3136
optional:
@@ -34,6 +39,7 @@ updates:
3439
- "minor"
3540
- "patch"
3641
exclude-patterns:
42+
- "frequenz-repo-config"
3743
- "frequenz-client-base*"
3844
- "frequenz-api-microgrid"
3945
in-devel-patch:

0 commit comments

Comments
 (0)