From 78fcae669a0e7891c04cd340fadcdc1715a36453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:48:09 +0000 Subject: [PATCH] build(deps): bump the golang group across 1 directory with 1 update Bumps the golang group with 1 updates in the / directory: [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) Updates `github.com/mikefarah/yq/v4` from 4.52.5 to 4.53.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/v4.52.5...v4.53.2) dependabot: Instead of ignoring a more recent Go version, which has no effect, ignore such packages that require one: k8s.io/api{,machinery}, sigs.k8s.io/controller-{runtime,tools} --- updated-dependencies: - dependency-name: github.com/mikefarah/yq/v4 dependency-version: 4.53.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang Signed-off-by: dependabot[bot] Co-authored-by: Jakob Naucke --- .github/dependabot.yml | 10 +++++++++- go.mod | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fbd514f..0827266a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,15 @@ updates: patterns: - "*" ignore: - - dependency-name: "go" + # Block newer versions of k8s until go 1.26 is available in RHEL + - dependency-name: "k8s.io/api" + versions: [">=0.35"] + - dependency-name: "k8s.io/apimachinery" + versions: [">=0.35"] + - dependency-name: "sigs.k8s.io/controller-runtime" + versions: [">=0.23"] + - dependency-name: "sigs.k8s.io/controller-tools" + versions: [">=0.20"] - package-ecosystem: "cargo" directory: "/" schedule: diff --git a/go.mod b/go.mod index 08e6e41b..1f80173f 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ module io/trustedexecutioncluster go 1.25.0 require ( - github.com/mikefarah/yq/v4 v4.52.5 + github.com/mikefarah/yq/v4 v4.53.2 github.com/openshift/api v0.0.0-20260213204242-d34f11c515b3 github.com/projectcalico/api v0.0.0-20251022175904-f2ab03771208 k8s.io/api v0.35.3