Skip to content

Commit e51d508

Browse files
authored
Add reviewers and explicit dependency exclusions to dependabot (#1676)
1 parent 59b6be6 commit e51d508

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ updates:
77
time: "13:00"
88
timezone: America/Los_Angeles
99
open-pull-requests-limit: 10
10+
reviewers:
11+
- "rjmholt"
12+
- "JamesWTruher"
13+
- "bergmeister"
14+
ignore:
15+
- dependency-name: "System.Management.Automation"
16+
- dependency-name: "Newtonsoft.Json"
17+
- dependency-name: "PowerShellStandard.Library"

0 commit comments

Comments
 (0)