From 926d2c6366c4705a8027c98542020cb7fa15c0fd Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 5 Jan 2024 16:34:25 +0300 Subject: [PATCH] ci: ungroup go dependencies We enabled grouping to reduce dependabot noise, but it causes issues by combining breaking and nonbreaking dependencies in a single PR, which is hard to diagnose and merge. --- .github/dependabot.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 49bb9d57e1106..2c9634186e194 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -43,10 +43,6 @@ updates: - dependency-name: "*" update-types: - version-update:semver-patch - groups: - go: - patterns: - - "*" # Update our Dockerfile. - package-ecosystem: "docker"