github: add dependabot configuration file

Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
umarcor 2021-06-29 05:15:15 +02:00
parent 9e1d6f1c2a
commit e4633ccea4

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 99