chore(dependabot): add config.yml

This adds dependabot integration which is integrated in GitHub.
Doing so will automatically create pull requests (including changelog/commits) whenever a go dependency is updated or the golang Docker image is updated.
This commit is contained in:
Niels Hofmans 2019-12-17 09:10:31 +01:00 committed by GitHub
parent 789ca6f6f4
commit d49c20e06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.dependabot/config.yml Normal file
View File

@ -0,0 +1,9 @@
version: 1
update_configs:
- package_manager: "docker"
directory: "/"
update_schedule: "daily"
- package_manager: "go:modules"
directory: "/"
update_schedule: "daily"