From bf8af90d5af6f887bb6574b73307e5cfdd65afd5 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 10 Jul 2023 18:07:14 +0300 Subject: [PATCH] chore: group `golang.org/x/*` dependencies (#8392) --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fb5828a99e..9f96a90ab1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -48,6 +48,9 @@ updates: patterns: - "go.nhat.io/otelsql" - "go.opentelemetry.io/otel*" + golang-x: + patterns: + - "golang.org/x/*" # Update our Dockerfile. - package-ecosystem: "docker"