Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
'!major',
'!lockFileMaintenance',
],
matchCategories: [
'!golang',
],
semanticCommitType: 'build',
schedule: [
'before 8am on Monday'
Expand All @@ -77,6 +80,9 @@
'!major',
'!lockFileMaintenance',
],
matchCategories: [
'!golang',
],
matchDepNames: [
'@opentelemetry/**',
'io.opentelemetry.**',
Expand Down
2 changes: 1 addition & 1 deletion collector/internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading