Skip to content

Commit

Permalink
Prevent incorrect renovate upgrades: second attempt (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz authored Feb 6, 2025
1 parent 833fbee commit e0843ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// If this project is moved or renamed, remember to update the exclude in renovate.json
plugins {
alias(catalog.plugins.muzzleGeneration)
alias(catalog.plugins.muzzleCheck)
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
".github/**",
".buildkite/**",
"examples/**",
"jvmti-access/jni-build/*.Dockerfile"
"jvmti-access/jni-build/*.Dockerfile",
"instrumentation/openai-client-instrumentation/instrumentation-0.2/build.gradle.kts"
]
}

0 comments on commit e0843ab

Please sign in to comment.