Skip to content

Commit 3d3779d

Browse files
nolikclaude
andauthored
ci(dependabot): group testcontainers with testcontainers-modules (#598)
testcontainers-modules pins a specific testcontainers version, so the two must be bumped together. Ungrouped, dependabot opened them as separate PRs (#585, #590) and each split the testcontainers version in the dependency graph, failing the e2e build. Grouping guarantees a single combined PR. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ecc30f7 commit 3d3779d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ updates:
55
directory: "/"
66
schedule:
77
interval: daily
8+
# testcontainers-modules pins a specific testcontainers version, so the two
9+
# must be bumped together — otherwise each lone PR splits the testcontainers
10+
# version in the dependency graph and fails to compile the e2e tests.
11+
groups:
12+
testcontainers:
13+
patterns:
14+
- "testcontainers"
15+
- "testcontainers-modules"
816

917
# Maintain dependencies for Docker
1018
- package-ecosystem: "docker"

0 commit comments

Comments
 (0)