Skip to content

Commit

Permalink
Schedule dependabot jobs to run after 3:00 AM CET (#1830)
Browse files Browse the repository at this point in the history
* Schedule dependabot jobs to run after 1:00 AM CET

Signed-off-by: Kevin Earls <[email protected]>

* Change to run at 3AM CET

Signed-off-by: Kevin Earls <[email protected]>
  • Loading branch information
kevinearls authored Mar 28, 2022
1 parent b7a532f commit 6d5362f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ updates:
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: "Europe/Berlin"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "03:00"
timezone: "Europe/Berlin"

0 comments on commit 6d5362f

Please sign in to comment.