Skip to content

Commit 65ec6f7

Browse files
authored
Group Dependabot updates (#561)
1 parent cf8f535 commit 65ec6f7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,22 @@ updates:
77
interval: "weekly"
88
cooldown:
99
default-days: 7
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"
1014
ignore:
1115
- dependency-name: "yiisoft/*"
16+
17+
# Maintain dependencies for Composer
18+
- package-ecosystem: "composer"
19+
directory: "/"
20+
schedule:
21+
interval: "daily"
22+
cooldown:
23+
default-days: 7
24+
groups:
25+
composer-dependencies:
26+
patterns:
27+
- "*"
28+
versioning-strategy: increase-if-necessary

0 commit comments

Comments
 (0)