We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e1992 commit 64a5b2cCopy full SHA for 64a5b2c
renovate.json
@@ -59,13 +59,13 @@
59
"matchManagers": [
60
"gomod"
61
],
62
- "matchPackagePatterns": [
63
- "^github.com/onsi/",
64
- "^github.com/stretchr/testify"
65
- ],
66
"matchUpdateTypes": [
67
"minor",
68
"patch"
+ ],
+ "matchPackageNames": [
+ "/^github.com/onsi//",
+ "/^github.com/stretchr/testify/"
69
]
70
},
71
{
@@ -83,12 +83,12 @@
83
84
85
"groupName": "OpenTelemetry Collector",
86
87
- "opentelemetry.*collector",
88
- "opentelemetry-collector"
89
90
"schedule": [
91
"before 3am on Monday"
+ "/opentelemetry.*collector/",
+ "/opentelemetry-collector/"
92
93
94
0 commit comments