We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574bf49 commit f85bee1Copy full SHA for f85bee1
1 file changed
.github/dependabot.yml
@@ -13,10 +13,27 @@ updates:
13
# lowest supported versions of Node APIs.
14
- dependency-name: '@types/node'
15
update-types: ['version-update:semver-major']
16
+ open-pull-requests-limit: 10
17
+ cooldown:
18
+ default-days: 7
19
+ semver-patch-days: 7
20
+ semver-minor-days: 14
21
+ semver-major-days: 21
22
+ groups:
23
+ minor-and-patch:
24
+ applies-to: version-updates
25
+ update-types:
26
+ - 'minor'
27
+ - 'patch'
28
+ exclude-patterns:
29
+ # TypeScript doesn't really follow semver.
30
+ - typescript
31
32
- package-ecosystem: 'github-actions'
33
# Workflow files stored in the
34
# default location of `.github/workflows`
35
directory: '/'
36
schedule:
37
interval: 'daily'
38
39
0 commit comments