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 092b483 commit 57ea24dCopy full SHA for 57ea24d
1 file changed
.github/dependabot.yml
@@ -9,8 +9,17 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ day: "monday"
13
+ time: "06:00"
14
groups:
15
# This is the name of your group, it will be used in PR titles and branch names
16
dependencies:
17
patterns:
18
- "*"
19
+
20
+ - package-ecosystem: "github-actions"
21
+ directory: "/" # Location of workflow files
22
+ schedule:
23
+ interval: "weekly"
24
25
0 commit comments