mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Upgrade to GitHub-native Dependabot (#215)
This commit is contained in:
parent
e26d9c54d4
commit
1009661b52
@ -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
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
|
Loading…
x
Reference in New Issue
Block a user