Skip to content

Commit bb64868

Browse files
authored
chore: disable otel updates within the dagger module (#1646)
These should be only updated together with Dagger.
1 parent f94f26c commit bb64868

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate-config.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
schedule: "* 0-4 * * 1",
8686
matchPackageNames: ["ghcr.io/renovatebot/renovate"],
8787
},
88+
{
89+
// Do not update otel dependencies in the dagger module. These should only be updated together with Dagger
90+
matchFileNames: ["dagger/go.mod", "dagger/go.sum"],
91+
matchPackageNames: ["go.opentelemetry.io/**"],
92+
},
8893
],
8994
platformCommit: "enabled",
9095
rebaseWhen: "behind-base-branch",

0 commit comments

Comments
 (0)