Skip to content

Commit

Permalink
Fire Dependabot weekly rather than daily
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Nov 22, 2024
1 parent c016d77 commit 45afc0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: weekly
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
target-branch: develop
reviewers:
Expand Down

0 comments on commit 45afc0f

Please sign in to comment.