We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83f480 commit f09303bCopy full SHA for f09303b
1 file changed
.github/dependabot.yml
@@ -137,6 +137,22 @@ updates:
137
schedule:
138
interval: "weekly"
139
140
+ - package-ecosystem: "npm"
141
+ directory: "/packages/webhook"
142
+ groups:
143
+ dev-chai:
144
+ dependency-type: "development"
145
+ patterns:
146
+ - "@types/chai"
147
+ - "chai"
148
+ dev-mocha:
149
150
151
+ - "@types/mocha"
152
+ - "mocha"
153
+ schedule:
154
+ interval: "weekly"
155
+
156
- package-ecosystem: "npm"
157
directories:
158
- "/"
0 commit comments