We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1226d9b commit 744ff6cCopy full SHA for 744ff6c
.github/dependabot.yml
@@ -5,18 +5,18 @@ updates:
5
schedule:
6
interval: "weekly"
7
cooldown:
8
- default-days: 30
9
- semver-major-days: 30
10
- semver-minor-days: 14
11
- semver-patch-days: 7
+ default-days: 60
+ semver-major-days: 60
+ semver-minor-days: 30
+ semver-patch-days: 14
12
13
14
- package-ecosystem: "npm" # See documentation for possible values
15
directory: "/buffet-app/" # Location of package manifests
16
17
18
19
20
21
22
0 commit comments