Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Add cargo dependency checks daily
  • Loading branch information
ohchase authored Apr 27, 2024
1 parent 8e6b697 commit 53190f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
# Check for updates every Monday
schedule:
interval: "weekly"
open-pull-requests-limit: 10
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 53190f4

Please sign in to comment.