File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,28 @@ updates:
6
6
- package-ecosystem : ' npm'
7
7
directory : ' /' # Location of package manifests.
8
8
target-branch : ' master' # Avoid updates to "staging".
9
+ commit-message :
10
+ prefix : ' deps'
9
11
schedule :
10
12
interval : ' daily'
13
+ allow :
14
+ - dependency-name : ' *'
11
15
groups :
12
16
aws-sdk :
13
- dependency-type : ' production'
14
17
patterns :
15
18
- ' @aws-sdk/*'
16
19
vscode-lsp :
17
- dependency-type : ' production'
18
20
patterns :
19
21
- ' vscode-lang*'
20
22
- package-ecosystem : ' github-actions'
21
23
directory : ' /'
22
24
target-branch : ' master' # Avoid updates to "staging".
25
+ commit-message :
26
+ prefix : ' deps'
23
27
schedule :
24
28
interval : ' daily'
29
+ allow :
30
+ - dependency-name : ' *'
25
31
groups :
26
32
github-actions :
27
33
patterns :
You can’t perform that action at this time.
0 commit comments