Add dependabot

This commit is contained in:
Nathan Adams 2024-03-25 21:34:38 +01:00
parent d474cbd77b
commit 53369025c0

30
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "all"
groups:
rust-minor:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
groups:
gradle-minor:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"