Skip to content

Commit

Permalink
ci: Change Dependabot interval to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake authored Sep 30, 2024
1 parent 62fe9fd commit 2d238b6
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: "daily"
interval: "weekly"
open-pull-requests-limit: 30

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

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

0 comments on commit 2d238b6

Please sign in to comment.