Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Change interval of dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jan 14, 2024
1 parent 3094beb commit 1e758f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 20

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 15

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit 1e758f7

Please sign in to comment.