We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dea6487 + 9794399 commit 7075e70Copy full SHA for 7075e70
1 file changed
.github/dependabot.yml
@@ -10,18 +10,29 @@ updates:
10
directory: "/"
11
schedule:
12
interval: "monthly"
13
- groups:
14
- go-everything:
15
- patterns:
16
- - "*"
+ # groups:
+ # go-everything:
+ # patterns:
+ # - "*"
17
+ multi-ecosystem-group: everything
18
+ patterns:
19
+ - "*"
20
- package-ecosystem: "npm"
21
directory: "/internal/ts-compat/" # Location of package manifests
22
23
24
versioning-strategy: increase
25
# registries:
26
# - artifactory
- npm-ts-compat-everything:
27
28
+ # npm-ts-compat-everything:
29
30
31
32
33
34
+
35
+multi-ecosystem-groups:
36
+ everything:
37
+ schedule:
38
+ interval: "monthly"
0 commit comments