Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Change the dependabot updates to Mondays at 10am Toronto time. (#111)
Browse files Browse the repository at this point in the history
* changed the interval to mondays at 10am toronto time

* removing pr limit (default is 5)

* fixed indentation and added label
  • Loading branch information
mseckykoebel authored Oct 14, 2021
1 parent a1e4fa5 commit a193d9f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/"
open-pull-requests-limit: 3
reviewers:
- "flexpa/devs"
schedule:
interval: "daily"
interval: "weekly"
# possible, but not in documentation as explicit (if we want to do daily)
# day: ["monday", "tuesday", "wednesday", "thursday", "friday"]
day: "monday"
time: "10:00"
timezone: "America/Toronto"
labels:
- "dependencies"

0 comments on commit a193d9f

Please sign in to comment.