Skip to content

Commit

Permalink
CI: Schedule dependabot on saturday (#5192)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Sep 23, 2024
1 parent 04e6079 commit 0e6f43c
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 @@ -3,7 +3,10 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "MaxJPRey"
- "SMoraisAnsys"
Expand All @@ -18,7 +21,10 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "MaxJPRey"
- "SMoraisAnsys"
Expand Down

0 comments on commit 0e6f43c

Please sign in to comment.