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 9bf47c2 commit 509d7acCopy full SHA for 509d7ac
.github/dependabot.yaml
@@ -24,10 +24,6 @@ updates:
24
update-types:
25
- version-update:semver-minor
26
- version-update:semver-patch
27
- groups:
28
- github-actions:
29
- patterns:
30
- - "*"
31
32
- package-ecosystem: "gomod"
33
directory: "/"
@@ -44,9 +40,10 @@ updates:
44
40
45
41
46
42
groups:
47
- go:
43
+ otel:
48
patterns:
49
+ - "go.nhat.io/otelsql"
+ - "go.opentelemetry.io/otel*"
50
51
# Update our Dockerfile.
52
- package-ecosystem: "docker"
0 commit comments