Enable GitHub Dependabot.

This commit is contained in:
Gary Gregory 2020-07-22 10:16:35 -04:00
parent c5bd4324fd
commit 0ef2d40fe5
1 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"