Skip to content

Commit

Permalink
fix: set interval as weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-k-osmosys committed Feb 7, 2024
1 parent 0fc5561 commit 54d672b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ updates:
— package-ecosystem: “nuget”
# Look for NuGet dependency info from the `root` directory
directory: “/”
# Check the nuget registry for updates every day (weekdays) schedule:
interval: “daily"
# Check the nuget registry for updates every week
schedule:
interval: “weekly"

0 comments on commit 54d672b

Please sign in to comment.