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 672cc2c commit efe84c7Copy full SHA for efe84c7
1 file changed
.github/dependabot.yml
@@ -4,13 +4,25 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
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
+ interval: "weekly"
+ cooldown:
+ 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
20
21
interval: "daily"
22
23
24
25
+ composer-dependencies:
26
27
28
versioning-strategy: increase-if-necessary
0 commit comments