From fa55b58a8f8fe8bdb2288e4feb08b48d09df7392 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 3 Aug 2026 23:47:22 +1000 Subject: [PATCH] Renovate fixes --- .github/renovate.json5 | 6 ++++++ collector/internal/tools/go.mod | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3010c47dc3..4b00060e16 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -66,6 +66,9 @@ '!major', '!lockFileMaintenance', ], + matchCategories: [ + '!golang', + ], semanticCommitType: 'build', schedule: [ 'before 8am on Monday' @@ -77,6 +80,9 @@ '!major', '!lockFileMaintenance', ], + matchCategories: [ + '!golang', + ], matchDepNames: [ '@opentelemetry/**', 'io.opentelemetry.**', diff --git a/collector/internal/tools/go.mod b/collector/internal/tools/go.mod index 0126304dc1..82eb1e354a 100644 --- a/collector/internal/tools/go.mod +++ b/collector/internal/tools/go.mod @@ -21,6 +21,7 @@ require ( 4d63.com/gocheckcompilerdirectives v1.4.0 // indirect 4d63.com/gochecknoglobals v0.2.2 // indirect dario.cat/mergo v1.0.2 // indirect + dev.gaijin.team/go/exhaustruct/v5 v5.0.2 //indirect github.com/4meepo/tagalign v1.4.3 // indirect github.com/Abirdcfly/dupword v0.1.8 // indirect github.com/Antonboom/errname v1.1.2 // indirect @@ -29,7 +30,6 @@ require ( github.com/BurntSushi/toml v1.6.0 // indirect github.com/Crocmagnon/fatcontext v0.10.0 // indirect github.com/Djarvur/go-err113 v0.1.1 // indirect - github.com/GaijinEntertainment/go-exhaustruct/v5 v5.0.2 // indirect github.com/Masterminds/semver/v3 v3.5.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect