Skip to content

Commit

Permalink
[Enh] Updating dependabot.yml file to avoid suggesting individual dep…
Browse files Browse the repository at this point in the history
…endency bumps
  • Loading branch information
nakul-py committed Dec 16, 2024
1 parent ae21194 commit 0fbe7e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
all-actions:
patterns:
- "*"
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "02:00"
open-pull-requests-limit: 10
groups:
all-cargo:
patterns:
- "*"

0 comments on commit 0fbe7e0

Please sign in to comment.