Skip to content

Commit 06e97b0

Browse files
committed
Update dependabot and package configurations
Added new patterns for analyzers, serilog, and nunit in the dependabot repository's configuration. Also corrected the NUnit package name in the Directory.Packages.props from "NUnit.Analyzers" to "NUnit.c". Additionally, added dependabot.yml to the CI solution project.
1 parent 2739468 commit 06e97b0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ updates:
4343
patterns:
4444
- "Microsoft.*"
4545
- "System.*"
46+
analyzers:
47+
patterns:
48+
- "*Analyzers"
49+
serilog:
50+
patterns:
51+
- "Serilog.*"
52+
nunit:
53+
patterns:
54+
- "NUnit.*"
4655
directory: "/src"
4756
schedule:
4857
interval: daily

build/CI.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
4141
..\.github\workflows\_unit_tests.yml = ..\.github\workflows\_unit_tests.yml
4242
..\.github\workflows\stale.yml = ..\.github\workflows\stale.yml
4343
..\.github\workflows\winget.yml = ..\.github\workflows\winget.yml
44+
..\.github\dependabot.yml = ..\.github\dependabot.yml
4445
EndProjectSection
4546
EndProject
4647
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "actions", "actions", "{A9B92261-AB9C-47D6-A8A7-616A5A62B063}"

0 commit comments

Comments
 (0)