Update Dependabot config file
This commit is contained in:
parent
58545a1710
commit
4b59c99126
2 changed files with 11 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
version: 1
|
|
||||||
update_configs:
|
|
||||||
- package_manager: "go:modules"
|
|
||||||
directory: "/"
|
|
||||||
update_schedule: "daily"
|
|
||||||
commit_message:
|
|
||||||
prefix: "chore"
|
|
||||||
include_scope: true
|
|
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: gomod
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: '04:00'
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
commit-message:
|
||||||
|
prefix: chore
|
||||||
|
include: scope
|
Loading…
Add table
Add a link
Reference in a new issue