mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
create .github/dependabot.yml
This commit is contained in:
parent
acd908064c
commit
c5ed6fc52f
27
.github/dependabot.yml
vendored
Normal file
27
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "dep"
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "dep"
|
||||
# Create pull requests only for security updates
|
||||
open-pull-requests-limit: 0
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directories:
|
||||
- "/apps/backtest-report"
|
||||
- "/apps/frontend"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "dep"
|
||||
open-pull-requests-limit: 0
|
Loading…
Reference in New Issue
Block a user