Create dependabot.yml

This commit is contained in:
LaLucid 2022-09-17 17:40:50 +08:00 committed by GitHub
parent 9bb52db1cd
commit bcf52d2cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/flutter/android"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/flutter"
schedule:
interval: "daily"