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 fe6d1d8 commit cf752d4Copy full SHA for cf752d4
1 file changed
.github/dependabot.yml
@@ -7,6 +7,10 @@ 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,4 +21,8 @@ updates:
17
21
interval: "daily"
18
22
19
23
24
25
+ composer-dependencies:
26
27
20
28
versioning-strategy: increase-if-necessary
0 commit comments