Skip to content

Commit 9f4047d

Browse files
authored
chore(ci): ignore Docker Compose Go module updates (#5544)
Adds Dependabot ignore rules for `github.com/compose-spec/compose-go/v2`, `github.com/docker/cli`, and `github.com/docker/docker` in the Go modules update block. These libraries need to be upgraded together with the broader Docker Compose dependency set; standalone bumps currently fail because the Compose parser types are no longer compatible with the pinned Docker Compose version.
1 parent 2064429 commit 9f4047d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ updates:
3131
- patch
3232
exclude-patterns:
3333
- github.com/compose-spec/compose-go/v2
34+
ignore:
35+
- dependency-name: "github.com/compose-spec/compose-go/v2"
36+
- dependency-name: "github.com/docker/cli"
37+
- dependency-name: "github.com/docker/docker"
3438
cooldown:
3539
default-days: 7
3640
- package-ecosystem: "npm"

0 commit comments

Comments
 (0)