From 9b3019ddd32ab6068bad9cb99289614fefdb81a0 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 26 Nov 2023 16:21:26 +0300 Subject: [PATCH 1/2] chore: update dependabot.yaml to use single groups This will hopefully reduce @dependabot spamming PRs. --- .github/dependabot.yaml | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8711e64a822a8..671f8780dfec3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -51,6 +51,9 @@ updates: golang-x: patterns: - "golang.org/x/*" + go: + patterns: + - "*" # Update our Dockerfile. - package-ecosystem: "docker" @@ -94,26 +97,9 @@ updates: - version-update:semver-major open-pull-requests-limit: 15 groups: - react: - patterns: - - "react*" - - "@types/react*" - xterm: - patterns: - - "xterm*" - mui: - patterns: - - "@mui*" - storybook: + site: patterns: - - "@storybook*" - - "storybook*" - eslint: - patterns: - - "eslint*" - - "@eslint*" - - "@typescript-eslint/eslint-plugin" - - "@typescript-eslint/parser" + - "*" - package-ecosystem: "npm" directory: "/offlinedocs/" @@ -136,6 +122,10 @@ updates: - dependency-name: "@types/node" update-types: - version-update:semver-major + groups: + offlinedocs: + patterns: + - "*" # Update dogfood. - package-ecosystem: "terraform" From c93b37608a8e5987d62efa0bae8681e8041d8ca5 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 26 Nov 2023 16:26:12 +0300 Subject: [PATCH 2/2] Update dependabot.yaml --- .github/dependabot.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 671f8780dfec3..0b469d40b5823 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -44,13 +44,6 @@ updates: update-types: - version-update:semver-patch groups: - otel: - patterns: - - "go.nhat.io/otelsql" - - "go.opentelemetry.io/otel*" - golang-x: - patterns: - - "golang.org/x/*" go: patterns: - "*"