We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49ea0b commit 4f3a4c1Copy full SHA for 4f3a4c1
.github/dependabot.yml
@@ -6,22 +6,28 @@ updates:
6
- package-ecosystem: 'npm'
7
directory: '/' # Location of package manifests.
8
target-branch: 'master' # Avoid updates to "staging".
9
+ commit-message:
10
+ prefix: 'deps'
11
schedule:
12
interval: 'daily'
13
+ allow:
14
+ - dependency-name: '*'
15
groups:
16
aws-sdk:
- dependency-type: 'production'
17
patterns:
18
- '@aws-sdk/*'
19
vscode-lsp:
20
21
- 'vscode-lang*'
22
- package-ecosystem: 'github-actions'
23
directory: '/'
24
25
26
27
28
29
30
31
32
github-actions:
33
0 commit comments