Skip to content

Commit 509d7ac

Browse files
authored
group only otel for go remove grouping for node
1 parent 9bf47c2 commit 509d7ac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ updates:
2424
update-types:
2525
- version-update:semver-minor
2626
- version-update:semver-patch
27-
groups:
28-
github-actions:
29-
patterns:
30-
- "*"
3127

3228
- package-ecosystem: "gomod"
3329
directory: "/"
@@ -44,9 +40,10 @@ updates:
4440
update-types:
4541
- version-update:semver-patch
4642
groups:
47-
go:
43+
otel:
4844
patterns:
49-
- "*"
45+
- "go.nhat.io/otelsql"
46+
- "go.opentelemetry.io/otel*"
5047

5148
# Update our Dockerfile.
5249
- package-ecosystem: "docker"

0 commit comments

Comments
 (0)