Skip to content

Commit aa9265d

Browse files
chore(deps): add dependabot config for scripts/environment/npm-tools (#25175)
* chore(deps): add dependabot config for scripts/environment/npm-tools * Set open-pull-requests-limit: 0
1 parent 454b096 commit aa9265d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,19 @@ updates:
176176
npm_and_yarn:
177177
patterns:
178178
- "*"
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

Comments
 (0)