File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " monthly"
7
+ time : " 06:00"
8
+ timezone : " America/Chicago"
9
+ labels : []
10
+ commit-message :
11
+ prefix : " chore"
12
+
13
+ - package-ecosystem : " npm"
14
+ directory : " /"
15
+ schedule :
16
+ interval : " monthly"
17
+ time : " 06:00"
18
+ timezone : " America/Chicago"
19
+ commit-message :
20
+ prefix : " chore"
21
+ labels : []
22
+ ignore :
23
+ # Ignore patch updates for all dependencies
24
+ - dependency-name : " *"
25
+ update-types :
26
+ - version-update:semver-patch
27
+ # Ignore major updates to Node.js types, because they need to
28
+ # correspond to the Node.js engine version
29
+ - dependency-name : " @types/node"
30
+ update-types :
31
+ - version-update:semver-major
You can’t perform that action at this time.
0 commit comments