add dependabot

This commit is contained in:
FireMasterK 2021-01-05 10:56:22 +05:30
parent 208deffbd1
commit 3092ec4b27
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58
1 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,12 @@
version: 2
updates:
# Maintain dependencies for gradle
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"