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 f94f26c commit bb64868Copy full SHA for bb64868
.github/renovate-config.json5
@@ -85,6 +85,11 @@
85
schedule: "* 0-4 * * 1",
86
matchPackageNames: ["ghcr.io/renovatebot/renovate"],
87
},
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
+ },
93
],
94
platformCommit: "enabled",
95
rebaseWhen: "behind-base-branch",
0 commit comments