Skip to content

Commit e0843ab

Browse files
authored
Prevent incorrect renovate upgrades: second attempt (#536)
1 parent 833fbee commit e0843ab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

instrumentation/openai-client-instrumentation/instrumentation-0.2/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// If this project is moved or renamed, remember to update the exclude in renovate.json
12
plugins {
23
alias(catalog.plugins.muzzleGeneration)
34
alias(catalog.plugins.muzzleCheck)

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
".github/**",
1919
".buildkite/**",
2020
"examples/**",
21-
"jvmti-access/jni-build/*.Dockerfile"
21+
"jvmti-access/jni-build/*.Dockerfile",
22+
"instrumentation/openai-client-instrumentation/instrumentation-0.2/build.gradle.kts"
2223
]
2324
}

0 commit comments

Comments
 (0)