Skip to content

Commit

Permalink
ci: disable dependabot cargo updates
Browse files Browse the repository at this point in the history
Until we have a better sense of how to handle the update PRs it produces
let's turn this off for now. I think I was premature in enabling it.
  • Loading branch information
cpu committed Aug 26, 2024
1 parent f6d492b commit ce4abed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
groups:
crates-io:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit ce4abed

Please sign in to comment.