Add dependabot.

This commit is contained in:
FireMasterK 2021-02-19 11:52:56 +05:30
parent 27a20e41cd
commit 959d5d7db7
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"