mirror of
https://github.com/hannobraun/Fornjot
synced 2026-04-22 12:44:49 +00:00
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:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user