Skip to content

Commit 9518000

Browse files
committed
Attempt to reduce the amount of PRs from dependabot; Group dev-dependencies, prod-dependencies and symfony (so 3 PRs max)
1 parent b962137 commit 9518000

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ updates:
1010
- package-ecosystem: "github-actions" # See documentation for possible values
1111
directory: "/" # Location of package manifests
1212
schedule:
13-
interval: "weekly"
13+
interval: "monthly"
1414
groups:
1515
all-actions:
1616
patterns: ["*"]
1717

1818
- package-ecosystem: "composer" # See documentation for possible values
1919
directory: "/" # Location of package manifests
2020
schedule:
21-
interval: "daily"
21+
interval: "weekly"
2222
allow:
2323
# Allow both direct and indirect updates for all packages
2424
- dependency-type: "all"

0 commit comments

Comments
 (0)