Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
# Check early in the week - downstream dependabot checks (e.g. Iris) run deliberately later in the week.
# Therefore allowing time for this update to be merged-and-released first.
interval: "weekly"
day: "monday"
time: "01:00"
timezone: "Europe/London"
labels:
- "🤖 bot"