diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd0f954..1ed0be2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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