Skip to content

Commit 7a6b624

Browse files
wtgodbeCopilot
andcommitted
Add monthly NuGet updates to Dependabot config
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c6695e66-ef29-4591-8ca6-fc494164b1ca
1 parent 42e7dba commit 7a6b624

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ updates:
66
interval: weekly
77
day: "sunday"
88
time: "11:00" # 11am UTC
9+
- package-ecosystem: "nuget"
10+
directory: "/"
11+
schedule:
12+
interval: "monthly"
13+
groups:
14+
nuget:
15+
patterns:
16+
- "*"
17+
ignore:
18+
- dependency-name: "*"
19+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)