Skip to content

Commit

Permalink
update dependency ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed May 1, 2024
1 parent e3c4982 commit 89ab496
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 194 deletions.
14 changes: 3 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,19 @@ updates:
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Etc/UTC"
time: "11:00"
open-pull-requests-limit: 10

- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Etc/UTC"
time: "11:00"
open-pull-requests-limit: 10
allow:
- dependency-name: "*"
dependency-type: "production"
- dependency-name: "sorbet*"
dependency-type: "all"

- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: "Etc/UTC"
time: "11:00"
open-pull-requests-limit: 10

0 comments on commit 89ab496

Please sign in to comment.