Skip to content

Commit

Permalink
re-add
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Oct 20, 2023
1 parent b138ef9 commit 1d74fa3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackageNames": [
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv",
"io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0"
],
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
// major.minor.patch, under the assumption that you would want to update to the stable version
// of that release instead of the unstable version for a future release (but there's never any
// stable version of opentelemetry-instrumentation-bom-alpha so this logic doesn't apply
"ignoreUnstable": false
},
{
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
// yet due to android gradle plugin only supporting min 33.
"matchPackagePrefixes": ["androidx.navigation"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
// yet due to android gradle plugin only supporting min 33.
"matchPackageNames": ["androidx.browser:browser"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
// some strings that are picked up that should be ignored
"matchPackageNames": [
"string:rum.version",
"docker-hub.repo.splunkdev.net/eclipse-temurin"
],
"enabled": false
}
]
}

0 comments on commit 1d74fa3

Please sign in to comment.