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 f59f925 commit 31a7136Copy full SHA for 31a7136
.github/dependabot.yml
@@ -6,16 +6,26 @@ updates:
6
interval: monthly
7
groups:
8
safe-dependencies:
9
- update-types: ['minor', 'patch']
+ update-types:
10
+ - minor
11
+ - patch
12
major-dependencies:
- update-types: ['major']
13
14
+ - major
15
commit-message:
16
prefix: deps
17
prefix-development: deps(dev)
18
+ cooldown:
19
+ default-days: 10
20
+ semver-major-days: 60
21
+ semver-minor-days: 14
22
+ semver-patch-days: 7
23
- package-ecosystem: github-actions
24
directory: /
25
schedule:
26
27
28
ci-dependencies:
- dependency-type: 'production'
29
+ dependency-type: production
30
31
0 commit comments