Skip to content

Commit

Permalink
dependabot: turn off cargo updates
Browse files Browse the repository at this point in the history
They're never as good as running cargo update
  • Loading branch information
wez committed Sep 14, 2024
1 parent c26b6a3 commit fed0e39
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit fed0e39

Please sign in to comment.