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 adb9778 commit b3f5aa1Copy full SHA for b3f5aa1
.github/dependabot.yml
@@ -1,19 +1,23 @@
1
version: 2
2
updates:
3
- package-ecosystem: npm
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "14:00"
8
- groups:
9
- minor-and-patch:
10
- patterns:
11
- - "*"
12
- update-types:
13
- - "minor"
14
- - "patch"
15
- - package-ecosystem: "github-actions"
16
17
18
19
+ directory: /
+ schedule:
+ interval: daily
+ time: '14:00'
+ groups:
+ minor-and-patch:
+ patterns:
+ - '*'
+ update-types:
+ - minor
+ - patch
+ cooldown:
+ default-days: 4
+ - package-ecosystem: github-actions
20
21
22
23
0 commit comments