We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833fbee commit e0843abCopy full SHA for e0843ab
instrumentation/openai-client-instrumentation/instrumentation-0.2/build.gradle.kts
@@ -1,3 +1,4 @@
1
+// If this project is moved or renamed, remember to update the exclude in renovate.json
2
plugins {
3
alias(catalog.plugins.muzzleGeneration)
4
alias(catalog.plugins.muzzleCheck)
renovate.json
@@ -18,6 +18,7 @@
18
".github/**",
19
".buildkite/**",
20
"examples/**",
21
- "jvmti-access/jni-build/*.Dockerfile"
+ "jvmti-access/jni-build/*.Dockerfile",
22
+ "instrumentation/openai-client-instrumentation/instrumentation-0.2/build.gradle.kts"
23
]
24
}
0 commit comments