Skip to content

Commit

Permalink
Run dependabot at specific time of day
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Dec 7, 2023
1 parent c9d59d1 commit 42c1085
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
interval: 'weekly'
day: 'thursday'
time: '07:30'

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
interval: 'weekly'
day: 'thursday'
time: '07:30'

0 comments on commit 42c1085

Please sign in to comment.