Skip to content

Commit efe84c7

Browse files
authored
Group Dependabot updates (#45)
1 parent 672cc2c commit efe84c7

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
8-
# Too noisy. See https://github.community/t/increase-if-necessary-for-github-actions-in-dependabot/179581
9-
open-pull-requests-limit: 0
7+
interval: "weekly"
8+
cooldown:
9+
default-days: 7
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"
14+
ignore:
15+
- dependency-name: "yiisoft/*"
1016

1117
# Maintain dependencies for Composer
1218
- package-ecosystem: "composer"
1319
directory: "/"
1420
schedule:
1521
interval: "daily"
22+
cooldown:
23+
default-days: 7
24+
groups:
25+
composer-dependencies:
26+
patterns:
27+
- "*"
1628
versioning-strategy: increase-if-necessary

0 commit comments

Comments
 (0)