Skip to content

Commit

Permalink
Dependabot is ignoring the weekly schedule
Browse files Browse the repository at this point in the history
This change adds a specific day and time for the checks to take place
this will hopefully stop dependabot generating a pull request the minute
a package is updated on nuget
  • Loading branch information
carlsixsmith-moj committed May 31, 2024
1 parent feb26a3 commit 09318db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "04:00"
commit-message:
prefix: "deps"
open-pull-requests-limit: 1
Expand Down

0 comments on commit 09318db

Please sign in to comment.