From b6bb2689a1434ea8e3d85a8d33a9d443b51abde0 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Wed, 15 Oct 2025 01:08:25 +0000 Subject: [PATCH 1/2] ci: group dependabot alerts Signed-off-by: Arjun Raja Yogidas --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 63ecaf79f..13915545a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,6 +13,11 @@ updates: prefix: "build" include: "scope" groups: + non-breaking: + exclude-patterns: + - "github.com/containerd/nerdctl/v2" + - "github.com/docker/docker" + - "github.com/docker/cli" docker: patterns: - "github.com/docker/docker" From e93e1171fa8f6f8559c632e97b9b44c282438260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 01:33:37 +0000 Subject: [PATCH 2/2] build(deps): bump github.com/containerd/nerdctl/v2 from 2.1.4 to 2.1.6 Bumps [github.com/containerd/nerdctl/v2](https://github.com/containerd/nerdctl) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/containerd/nerdctl/releases) - [Commits](https://github.com/containerd/nerdctl/compare/v2.1.4...v2.1.6) --- updated-dependencies: - dependency-name: github.com/containerd/nerdctl/v2 dependency-version: 2.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6bc14f88c..f28c0e09c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.6 require ( github.com/aws/aws-sdk-go-v2 v1.39.0 github.com/containerd/cgroups v1.1.0 - github.com/containerd/nerdctl/v2 v2.1.4 + github.com/containerd/nerdctl/v2 v2.1.6 github.com/docker/cli v28.4.0+incompatible github.com/docker/docker v28.4.0+incompatible github.com/docker/go-connections v0.6.0 diff --git a/go.sum b/go.sum index 03f1c03f9..14ff44dcc 100644 --- a/go.sum +++ b/go.sum @@ -53,8 +53,8 @@ github.com/containerd/imgcrypt/v2 v2.0.1 h1:gQcmeCKA97fAl0wlpq0itSY/PagFBsn4/mlK github.com/containerd/imgcrypt/v2 v2.0.1/go.mod h1:/qIJL8nxzdzMA2n5iYyyuIY36KfoVQWmgTWdfVtyebM= github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I= github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo= -github.com/containerd/nerdctl/v2 v2.1.4 h1:i+xTC6tA9AVTx8mP36alP7MTNgAUQE4Prqji8LqNXsw= -github.com/containerd/nerdctl/v2 v2.1.4/go.mod h1:JZaaL+Lbl40yoQoggk7CWjHmB/z7cJBsrBWO9CL1FrE= +github.com/containerd/nerdctl/v2 v2.1.6 h1:TTaJ+f58PA/CkjeKzRdXisg5+7KJQeiq4xd3ma4bhRg= +github.com/containerd/nerdctl/v2 v2.1.6/go.mod h1:XBIa8yzX2BddwiJtN47w4w4Xmki/Y6w8HHd5DfkjzlA= github.com/containerd/platforms v1.0.0-rc.1 h1:83KIq4yy1erSRgOVHNk1HYdPvzdJ5CnsWaRoJX4C41E= github.com/containerd/platforms v1.0.0-rc.1/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4= github.com/containerd/plugin v1.0.0 h1:c8Kf1TNl6+e2TtMHZt+39yAPDbouRH9WAToRjex483Y=