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 f9ca014 commit 964abceCopy full SHA for 964abce
.github/dependabot.yml
@@ -1,18 +1,20 @@
1
version: 2
2
updates:
3
-- package-ecosystem: npm
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- open-pull-requests-limit: 20
8
- groups:
9
- minor-and-patch:
10
- patterns:
11
- - "*"
12
- update-types:
13
- - "minor"
14
- - "patch"
15
-- package-ecosystem: "github-actions"
16
17
18
+ - package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "14:00"
+ open-pull-requests-limit: 20
+ groups:
+ minor-and-patch:
+ patterns:
+ - "*"
+ update-types:
+ - "minor"
+ - "patch"
+ - package-ecosystem: "github-actions"
19
20
0 commit comments