Skip to content

Commit cb94442

Browse files
committed
Merge branch 'main' into dev
2 parents 164a409 + 8c7c3f0 commit cb94442

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ version: 2
77
updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
10+
reviewers:
11+
- BrammyS
1012
schedule:
1113
interval: "weekly"
1214
groups:
@@ -17,12 +19,11 @@ updates:
1719
- package-ecosystem: "nuget" # See documentation for possible values
1820
directory: "/" # Location of package manifests
1921
target-branch: "dev" # The branch that dependabot will target
22+
reviewers:
23+
- BrammyS
2024
schedule:
2125
interval: "weekly"
2226
groups:
2327
nuget-deps:
2428
patterns:
2529
- "*"
26-
27-
reviewers:
28-
- BrammyS

0 commit comments

Comments
 (0)