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 7e141c5 commit c7ce400Copy full SHA for c7ce400
1 file changed
.github/dependabot.yml
@@ -7,14 +7,22 @@ updates:
7
interval: "weekly"
8
cooldown:
9
default-days: 7
10
+ groups:
11
+ github-actions:
12
+ patterns:
13
+ - "*"
14
ignore:
15
- dependency-name: "yiisoft/*"
16
17
# Maintain dependencies for Composer
18
- package-ecosystem: "composer"
19
directory: "/"
20
schedule:
- interval: "daily"
- versioning-strategy: increase-if-necessary
21
+ interval: "daily"
22
23
24
25
+ composer-dependencies:
26
27
28
+ versioning-strategy: increase-if-necessary
0 commit comments