We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b962137 commit 9518000Copy full SHA for 9518000
1 file changed
.github/dependabot.yml
@@ -10,15 +10,15 @@ updates:
10
- package-ecosystem: "github-actions" # See documentation for possible values
11
directory: "/" # Location of package manifests
12
schedule:
13
- interval: "weekly"
+ interval: "monthly"
14
groups:
15
all-actions:
16
patterns: ["*"]
17
18
- package-ecosystem: "composer" # See documentation for possible values
19
20
21
- interval: "daily"
+ interval: "weekly"
22
allow:
23
# Allow both direct and indirect updates for all packages
24
- dependency-type: "all"
0 commit comments