Skip to content

Commit

Permalink
Merge pull request #3 from forticheprod/1-change-dependatbot-check-time
Browse files Browse the repository at this point in the history
1 change dependatbot check time
  • Loading branch information
doubleailes authored Oct 7, 2023
2 parents c40542f + 73209ba commit a0818ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Europe/Paris"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
timezone: "Europe/Paris"

0 comments on commit a0818ae

Please sign in to comment.