Skip to content

Commit beb4d2e

Browse files
authored
Fix/Update renovate config (#1161)
* Fix renovate config issue * Migrate to newer renovate config
1 parent 323a463 commit beb4d2e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/renovate.json5

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"baseBranches": ["main"],
77
// Run monthly once before 5am UTC for the main branch
88
"schedule": [
99
"* 0-4 1 * *"
10-
]
10+
],
1111
"packageRules": [
1212
{
1313
// Don't bump upstream otel versions
14-
"matchPackagePatterns": [
15-
"^io.opentelemetry",
16-
"^io.opentelemetry.instrumentation"
14+
"matchPackageNames": [
15+
"/^io.opentelemetry/",
16+
"/^io.opentelemetry.instrumentation/"
1717
],
1818
"enabled": false
1919
},
@@ -33,7 +33,7 @@
3333
{
3434
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
3535
// yet due to android gradle plugin only supporting min 33.
36-
"matchPackagePrefixes": ["androidx.navigation"],
36+
"matchPackageNames": ["androidx.navigation{/,}**"],
3737
"matchUpdateTypes": ["major", "minor"],
3838
"groupName": "androidx.navigation",
3939
"enabled": false
@@ -54,11 +54,11 @@
5454
"enabled": false
5555
},
5656
{
57-
"matchPackagePrefixes": ["com.diffplug.spotless"],
57+
"matchPackageNames": ["com.diffplug.spotless{/,}**"],
5858
"groupName": "spotless packages"
5959
},
6060
{
61-
"matchPackagePrefixes": ["io.opentelemetry.instrumentation"],
61+
"matchPackageNames": ["io.opentelemetry.instrumentation{/,}**"],
6262
"groupName": "upstream otel instrumentation"
6363
},
6464
{

0 commit comments

Comments
 (0)