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 cf8f535 commit 65ec6f7Copy full SHA for 65ec6f7
1 file changed
.github/dependabot.yml
@@ -7,5 +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:
21
+ interval: "daily"
22
+ cooldown:
23
+ default-days: 7
24
25
+ composer-dependencies:
26
27
28
+ versioning-strategy: increase-if-necessary
0 commit comments