Skip to content

Commit

Permalink
dependabot: make Dependabot monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Jul 9, 2024
1 parent 73253a6 commit 9c2f5ee
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 @@ -5,7 +5,7 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 10
commit-message:
prefix: "cargo:"
Expand All @@ -16,7 +16,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 10
commit-message:
prefix: "npm:"
Expand All @@ -27,7 +27,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 10
commit-message:
prefix: "github:"
Expand Down

0 comments on commit 9c2f5ee

Please sign in to comment.