Skip to content

Commit 64a5b2c

Browse files
Migrate config renovate.json (#4223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4e1992 commit 64a5b2c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

renovate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"matchManagers": [
6060
"gomod"
6161
],
62-
"matchPackagePatterns": [
63-
"^github.com/onsi/",
64-
"^github.com/stretchr/testify"
65-
],
6662
"matchUpdateTypes": [
6763
"minor",
6864
"patch"
65+
],
66+
"matchPackageNames": [
67+
"/^github.com/onsi//",
68+
"/^github.com/stretchr/testify/"
6969
]
7070
},
7171
{
@@ -83,12 +83,12 @@
8383
},
8484
{
8585
"groupName": "OpenTelemetry Collector",
86-
"matchPackagePatterns": [
87-
"opentelemetry.*collector",
88-
"opentelemetry-collector"
89-
],
9086
"schedule": [
9187
"before 3am on Monday"
88+
],
89+
"matchPackageNames": [
90+
"/opentelemetry.*collector/",
91+
"/opentelemetry-collector/"
9292
]
9393
},
9494
{

0 commit comments

Comments
 (0)