This is an automated email from the ASF dual-hosted git repository.

hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b132abb7 ci: ignore go and dotnet base-image bumps (#3484)
0b132abb7 is described below

commit 0b132abb72fe0c753d224c58816e853756438510
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Jun 15 13:41:25 2026 +0200

    ci: ignore go and dotnet base-image bumps (#3484)
---
 .github/dependabot.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index cbff9a55a..2237a8aa5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -245,6 +245,11 @@ updates:
       # of the base image alone would fail that check.
       - dependency-name: "python"
       - dependency-name: "mcr.microsoft.com/devcontainers/python"
+      # Go and .NET toolchain base images are pinned deliberately to
+      # match the versions used across CI and the SDK builds. Bumping
+      # them is a manual decision, not Dependabot churn.
+      - dependency-name: "golang"
+      - dependency-name: "mcr.microsoft.com/dotnet/sdk"
     groups:
       docker:
         patterns:

Reply via email to