From 26ce7f820ff1581e3559f3fe0ba5473b23d1dbd5 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 10 Jul 2023 16:16:10 +0300 Subject: [PATCH 1/4] chore(.github/dependabot.yaml): group golang.org/x dependcies --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fb5828a99ebf4..2cf441ce33c11 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" From ea5733521be75e936080b5f1ed7c1df799eb1dc6 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 10 Jul 2023 13:30:34 +0000 Subject: [PATCH 2/4] make fmt --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2cf441ce33c11..469f1c7240df8 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -50,7 +50,7 @@ updates: - "go.opentelemetry.io/otel*" golang-x: patterns: - - "golang.org/x/*" + - "golang.org/x/*" # Update our Dockerfile. - package-ecosystem: "docker" From 3f9c4adda04f872283ac2715432f22a3bf7d905b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 10 Jul 2023 16:31:52 +0300 Subject: [PATCH 3/4] Update dependabot.yaml --- .github/dependabot.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 469f1c7240df8..5c03c78801c61 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -44,11 +44,11 @@ updates: update-types: - version-update:semver-patch groups: - go-otel: - patterns: - - "go.nhat.io/otelsql" - - "go.opentelemetry.io/otel*" - golang-x: + - go-otel: + patterns: + - "go.nhat.io/otelsql" + - "go.opentelemetry.io/otel*" + - golang-x: patterns: - "golang.org/x/*" From 81002c033dc1ea7b290597d218aa6f7f69322bf7 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 10 Jul 2023 16:34:54 +0300 Subject: [PATCH 4/4] Update dependabot.yaml --- .github/dependabot.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5c03c78801c61..9f96a90ab17d5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -44,13 +44,13 @@ updates: update-types: - version-update:semver-patch groups: - - go-otel: - patterns: - - "go.nhat.io/otelsql" - - "go.opentelemetry.io/otel*" - - golang-x: - patterns: - - "golang.org/x/*" + go-otel: + patterns: + - "go.nhat.io/otelsql" + - "go.opentelemetry.io/otel*" + golang-x: + patterns: + - "golang.org/x/*" # Update our Dockerfile. - package-ecosystem: "docker"