Browse Source
Create Dependabot config file (#105)
pull/106/head
untagged-e5f987f06bf79d88bdeb
dependabot-preview[bot]
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.github/dependabot.yml
|
|
@ -0,0 +1,9 @@ |
|
|
|
version: 2 |
|
|
|
updates: |
|
|
|
- package-ecosystem: gomod |
|
|
|
directory: "/dependabot" |
|
|
|
schedule: |
|
|
|
interval: daily |
|
|
|
time: "00:15" |
|
|
|
open-pull-requests-limit: 99 |
|
|
|
target-branch: master |