enable dependabot updates

This commit is contained in:
Phred 2020-07-05 22:10:28 -05:00
parent 1e744a0aae
commit 13cfd08319
No known key found for this signature in database
GPG key ID: 8103F27168DAA2A0

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

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