Skip to content

Commit

Permalink
Fix/Update renovate config (#1161)
Browse files Browse the repository at this point in the history
* Fix renovate config issue

* Migrate to newer renovate config
  • Loading branch information
aditi-s3 authored Jan 30, 2025
1 parent 323a463 commit beb4d2e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"baseBranches": ["main"],
// Run monthly once before 5am UTC for the main branch
"schedule": [
"* 0-4 1 * *"
]
],
"packageRules": [
{
// Don't bump upstream otel versions
"matchPackagePatterns": [
"^io.opentelemetry",
"^io.opentelemetry.instrumentation"
"matchPackageNames": [
"/^io.opentelemetry/",
"/^io.opentelemetry.instrumentation/"
],
"enabled": false
},
Expand All @@ -33,7 +33,7 @@
{
// 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"],
"matchPackageNames": ["androidx.navigation{/,}**"],
"matchUpdateTypes": ["major", "minor"],
"groupName": "androidx.navigation",
"enabled": false
Expand All @@ -54,11 +54,11 @@
"enabled": false
},
{
"matchPackagePrefixes": ["com.diffplug.spotless"],
"matchPackageNames": ["com.diffplug.spotless{/,}**"],
"groupName": "spotless packages"
},
{
"matchPackagePrefixes": ["io.opentelemetry.instrumentation"],
"matchPackageNames": ["io.opentelemetry.instrumentation{/,}**"],
"groupName": "upstream otel instrumentation"
},
{
Expand Down

0 comments on commit beb4d2e

Please sign in to comment.