Skip to content

Commit 9b3019d

Browse files
authored
chore: update dependabot.yaml to use single groups
This will hopefully reduce @dependabot spamming PRs.
1 parent 3530d39 commit 9b3019d

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

.github/dependabot.yaml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ updates:
5151
golang-x:
5252
patterns:
5353
- "golang.org/x/*"
54+
go:
55+
patterns:
56+
- "*"
5457

5558
# Update our Dockerfile.
5659
- package-ecosystem: "docker"
@@ -94,26 +97,9 @@ updates:
9497
- version-update:semver-major
9598
open-pull-requests-limit: 15
9699
groups:
97-
react:
98-
patterns:
99-
- "react*"
100-
- "@types/react*"
101-
xterm:
102-
patterns:
103-
- "xterm*"
104-
mui:
105-
patterns:
106-
- "@mui*"
107-
storybook:
100+
site:
108101
patterns:
109-
- "@storybook*"
110-
- "storybook*"
111-
eslint:
112-
patterns:
113-
- "eslint*"
114-
- "@eslint*"
115-
- "@typescript-eslint/eslint-plugin"
116-
- "@typescript-eslint/parser"
102+
- "*"
117103

118104
- package-ecosystem: "npm"
119105
directory: "/offlinedocs/"
@@ -136,6 +122,10 @@ updates:
136122
- dependency-name: "@types/node"
137123
update-types:
138124
- version-update:semver-major
125+
groups:
126+
offlinedocs:
127+
patterns:
128+
- "*"
139129

140130
# Update dogfood.
141131
- package-ecosystem: "terraform"

0 commit comments

Comments
 (0)