Create dependabot.yml

This commit is contained in:
Matthieu MOREL 2021-08-03 19:11:11 +02:00 committed by GitHub
parent 9e5a4e30b4
commit f59fd17c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,15 @@
---
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tests
schedule:
interval: weekly