1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-16 11:58:58 +00:00

Upgrade to GitHub-native Dependabot (#53)

This commit is contained in:
dependabot-preview[bot] 2021-04-30 09:49:33 +10:00 committed by GitHub
parent e85bce250d
commit 9d4f84bb98
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