From 4cb94d134773ba76f47e99d6abf4999875b44e91 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 27 Nov 2023 21:27:58 +0300 Subject: [PATCH] chore: update dependabot to use single groups (#10870) * chore: update dependabot.yaml to use single groups This will hopefully reduce @dependabot spamming PRs. * Update dependabot.yaml --- .github/dependabot.yaml | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8711e64a82..0b469d40b5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -44,13 +44,9 @@ updates: update-types: - version-update:semver-patch groups: - otel: + go: patterns: - - "go.nhat.io/otelsql" - - "go.opentelemetry.io/otel*" - golang-x: - patterns: - - "golang.org/x/*" + - "*" # Update our Dockerfile. - package-ecosystem: "docker" @@ -94,26 +90,9 @@ updates: - version-update:semver-major open-pull-requests-limit: 15 groups: - react: + site: patterns: - - "react*" - - "@types/react*" - xterm: - patterns: - - "xterm*" - mui: - patterns: - - "@mui*" - storybook: - patterns: - - "@storybook*" - - "storybook*" - eslint: - patterns: - - "eslint*" - - "@eslint*" - - "@typescript-eslint/eslint-plugin" - - "@typescript-eslint/parser" + - "*" - package-ecosystem: "npm" directory: "/offlinedocs/" @@ -136,6 +115,10 @@ updates: - dependency-name: "@types/node" update-types: - version-update:semver-major + groups: + offlinedocs: + patterns: + - "*" # Update dogfood. - package-ecosystem: "terraform"