Simplify Dependabot configuration

Turns out this doesn't get Dependabot to run `cargo update`. It just
gets it to submit weird pull requests I don't quite understand.
This commit is contained in:
Hanno Braun
2023-10-23 16:50:55 +02:00
parent 55e118bddb
commit 3743f59ceb

View File

@@ -4,9 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-name: "*"
dependency-type: "all"
# Group dependency updates into a single pull request.
groups:
cargo: