diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92a09bc..46046a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: - "Rakambda" schedule: interval: "daily" - time: "08:00" + time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: separator: "-" @@ -30,7 +30,7 @@ updates: # - "Rakambda" # schedule: # interval: "daily" -# time: "08:00" +# time: "05:00" # timezone: "Europe/Paris" # pull-request-branch-name: # separator: "-" @@ -40,7 +40,7 @@ updates: - "Rakambda" schedule: interval: "daily" - time: "08:00" + time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: separator: "-" @@ -52,7 +52,7 @@ updates: - "Rakambda" schedule: interval: "daily" - time: "08:00" + time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: separator: "-" @@ -62,7 +62,7 @@ updates: - "Rakambda" schedule: interval: "daily" - time: "08:00" + time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: separator: "-" @@ -72,7 +72,7 @@ updates: - "Rakambda" schedule: interval: "daily" - time: "08:00" + time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: separator: "-" @@ -82,7 +82,7 @@ updates: - "Rakambda" schedule: interval: "daily" - time: "08:00" + time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: separator: "-" diff --git a/.github/renovate.json b/.github/renovate.json index fc07aa9..a6d8ae1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,5 +11,7 @@ "excludeCommitPaths": [".github/workflows/auto-approve-sync-files.yml"], "ignorePaths": [ ".github/workflows/auto-approve-sync-files.yml" - ] + ], + "timezone": "Europe/Paris", + "schedule": ["before 5am"] }