Skip to content

Commit

Permalink
[dependabot.yml] Add eng/tools, use increase-if-necessary, add eslint…
Browse files Browse the repository at this point in the history
… group (#31479)
  • Loading branch information
mikeharder authored Nov 8, 2024
1 parent 3b5fadc commit 9c3dea7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
directories:
- "/"
- "/eng/tools/**"
schedule:
interval: "daily"
groups:
typespec:
patterns:
- "*typespec*"
eslint:
patterns:
- "*eslint*"
# Leave the constraint if the original constraint allows the new version, otherwise, bump the constraint.
versioning-strategy: increase-if-necessary

0 comments on commit 9c3dea7

Please sign in to comment.