Enable GitHub Dependabot.

This commit is contained in:
Gary Gregory 2020-07-22 10:15:57 -04:00
parent fd462c155b
commit cb7c2cba92

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"