Skip to content

Commit

Permalink
Add Dependabot configuration for NuGet and git submodule (#10984)
Browse files Browse the repository at this point in the history
Add Dependabot configuration for NuGet and git submodule (#10984)
  • Loading branch information
JamieMagee authored Nov 21, 2024
1 parent 429e1b2 commit 59f4c54
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,21 @@ updates:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "nuget"
directory: "/nuget/helpers/lib/NuGetUpdater"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "dotnet-sdk"
directory: "/nuget/helpers/lib/NuGetUpdater"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"

0 comments on commit 59f4c54

Please sign in to comment.