We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bc146 commit 7b5d1aaCopy full SHA for 7b5d1aa
.github/dependabot.yml
@@ -7,8 +7,12 @@ updates:
7
- package-ecosystem: "github-actions"
8
directory: "/"
9
schedule:
10
- # Check for updates to GitHub Actions every weekday
11
- interval: "daily"
+ # Check later in the week - the upstream dependabot check in `workflows` runs deliberately early in the week.
+ # Therefore allowing time for the `workflows` update to be merged-and-released first.
12
+ interval: "weekly"
13
+ day: "thursday"
14
+ time: "01:00"
15
+ timezone: "Europe/London"
16
groups:
17
dependencies:
18
patterns:
0 commit comments