Upgrade to GitHub-native Dependabot (#215)

This commit is contained in:
dependabot-preview[bot] 2021-04-30 09:47:47 +10:00 committed by GitHub
parent e26d9c54d4
commit 1009661b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 8 deletions

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

14
.github/dependabot.yml vendored Normal file

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "19:00"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
time: "19:00"
open-pull-requests-limit: 10