We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6659d0 + 945c64c commit 603b91cCopy full SHA for 603b91c
1 file changed
.github/dependabot.yml
@@ -4,29 +4,33 @@ updates:
4
directory: /
5
schedule:
6
interval: weekly
7
- open-pull-requests-limit: 10
8
cooldown:
9
default-days: 7
10
groups:
11
- actions-minor:
+ actions-all:
12
update-types:
+ - major
13
- minor
14
- patch
15
16
- package-ecosystem: npm
17
18
19
20
21
22
+ semver-major-days: 14
23
+ semver-minor-days: 3
24
+ semver-patch-days: 3
25
26
npm-development:
27
dependency-type: development
28
29
30
31
32
npm-production:
33
dependency-type: production
34
35
+ - minor
36
0 commit comments