mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Merge pull request #1670 from c9s/narumi/dependabot
Create .github/dependabot.yml
This commit is contained in:
commit
869385b403
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