Merge pull request #1556 from VoidxHoshi/master

Use GitHub Dependabot to manage deps
This commit is contained in:
RustDesk 2022-09-17 19:25:38 +08:00 committed by GitHub
commit dc59158406
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"