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 a1c69eb commit aa7a4c9Copy full SHA for aa7a4c9
.github/dependabot.yml
@@ -8,17 +8,26 @@ updates:
8
commit-message:
9
prefix: chore
10
include: scope
11
+ groups:
12
+ Go:
13
+ patterns: ["*"]
14
- package-ecosystem: github-actions
15
directory: /
16
schedule:
17
interval: monthly
18
19
20
21
22
+ Actions:
23
24
- package-ecosystem: npm
25
directory: /vscode-extension
26
27
28
29
30
31
32
+ NPM:
33
0 commit comments