Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
logankeenan committed Mar 29, 2024
1 parent feea9e9 commit bcf93b4
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "cargo"
directory: "/adapter"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "cargo"
directory: "/macros"
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "cargo"
directory: "/example"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit bcf93b4

Please sign in to comment.