We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454b096 commit aa9265dCopy full SHA for aa9265d
1 file changed
.github/dependabot.yml
@@ -176,3 +176,19 @@ updates:
176
npm_and_yarn:
177
patterns:
178
- "*"
179
+ - package-ecosystem: "npm"
180
+ directory: "/scripts/environment/npm-tools"
181
+ schedule:
182
+ interval: "monthly"
183
+ time: "05:00" # UTC
184
+ labels:
185
+ - "domain: deps"
186
+ - "no-changelog"
187
+ commit-message:
188
+ prefix: "chore(deps)"
189
+ # Disable version updates; security updates bypass this limit
190
+ open-pull-requests-limit: 0
191
+ groups:
192
+ npm_and_yarn:
193
+ patterns:
194
+ - "*"
0 commit comments