Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Dec 6, 2024
1 parent e3bb766 commit e1b6c18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ updates:
directory: "/" # search in .github/workflows under root `/`
schedule:
interval: "weekly" # check for action update every week
- package-ecosystem: "nuget" # Enable version updates for nuget
directory: "/Build"
day: "wednesday"
- package-ecosystem: "dotnet-sdk"
directory: "/"
schedule:
interval: "daily" # Check the nuget registry for updates every day (weekdays) schedule:
interval: "weekly"
day: "wednesday"

0 comments on commit e1b6c18

Please sign in to comment.