Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
interval: monthly
time: "06:00"
timezone: "Etc/UTC"
open-pull-requests-limit: 10
cooldown:
default-days: 7
Expand Down Expand Up @@ -37,7 +39,9 @@ updates:
- package-ecosystem: npm
directory: "/bindings/node"
schedule:
interval: weekly
interval: monthly
time: "06:00"
timezone: "Etc/UTC"
open-pull-requests-limit: 10
cooldown:
default-days: 7
Expand All @@ -51,7 +55,9 @@ updates:
- package-ecosystem: pip
directory: "/bindings/python"
schedule:
interval: weekly
interval: monthly
time: "06:00"
timezone: "Etc/UTC"
open-pull-requests-limit: 10
cooldown:
default-days: 7
Expand All @@ -66,7 +72,9 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
interval: monthly
time: "06:00"
timezone: "Etc/UTC"
open-pull-requests-limit: 10
cooldown:
default-days: 7
Expand All @@ -86,7 +94,9 @@ updates:
- package-ecosystem: maven
directory: "/bindings/java"
schedule:
interval: weekly
interval: monthly
time: "06:00"
timezone: "Etc/UTC"
open-pull-requests-limit: 10
cooldown:
default-days: 7
Expand All @@ -102,7 +112,9 @@ updates:
- package-ecosystem: nuget
directory: "/bindings/csharp/Wickra.Backtest.Tests"
schedule:
interval: weekly
interval: monthly
time: "06:00"
timezone: "Etc/UTC"
open-pull-requests-limit: 10
cooldown:
default-days: 7
Expand All @@ -117,7 +129,9 @@ updates:
- package-ecosystem: gomod
directory: "/bindings/go"
schedule:
interval: weekly
interval: monthly
time: "06:00"
timezone: "Etc/UTC"
open-pull-requests-limit: 10
cooldown:
default-days: 7
Expand Down
Loading