Skip to content

Commit 4cb94d1

Browse files
authored
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
1 parent 54c3fc6 commit 4cb94d1

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

.github/dependabot.yaml

+8-25
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,9 @@ updates:
4444
update-types:
4545
- version-update:semver-patch
4646
groups:
47-
otel:
47+
go:
4848
patterns:
49-
- "go.nhat.io/otelsql"
50-
- "go.opentelemetry.io/otel*"
51-
golang-x:
52-
patterns:
53-
- "golang.org/x/*"
49+
- "*"
5450

5551
# Update our Dockerfile.
5652
- package-ecosystem: "docker"
@@ -94,26 +90,9 @@ updates:
9490
- version-update:semver-major
9591
open-pull-requests-limit: 15
9692
groups:
97-
react:
98-
patterns:
99-
- "react*"
100-
- "@types/react*"
101-
xterm:
102-
patterns:
103-
- "xterm*"
104-
mui:
105-
patterns:
106-
- "@mui*"
107-
storybook:
93+
site:
10894
patterns:
109-
- "@storybook*"
110-
- "storybook*"
111-
eslint:
112-
patterns:
113-
- "eslint*"
114-
- "@eslint*"
115-
- "@typescript-eslint/eslint-plugin"
116-
- "@typescript-eslint/parser"
95+
- "*"
11796

11897
- package-ecosystem: "npm"
11998
directory: "/offlinedocs/"
@@ -136,6 +115,10 @@ updates:
136115
- dependency-name: "@types/node"
137116
update-types:
138117
- version-update:semver-major
118+
groups:
119+
offlinedocs:
120+
patterns:
121+
- "*"
139122

140123
# Update dogfood.
141124
- package-ecosystem: "terraform"

0 commit comments

Comments
 (0)