Skip to content

Commit d9398b6

Browse files
Automatically merge patch versions of trusted dependencies [ci]
1 parent b243d10 commit d9398b6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json5

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"io.micrometer:micrometer-registry-influx",
105105
"com.google.protobuf:protobuf-java"
106106
],
107+
"matchUpdateTypes": ["major", "minor"],
107108
"schedule": "on the 7th through 8th day of the month"
108109
},
109110
{
@@ -144,11 +145,19 @@
144145
"schedule": "on the 4th day of the month"
145146
},
146147
{
147-
"groupName": "Low-risk dependencies (patch)",
148+
"groupName": "highly trusted dependencies (patch)",
148149
"matchUpdateTypes": ["patch"],
149150
"schedule": ["on the 27th day of the month"],
150151
"matchPackageNames": [
152+
"org.onebusaway:onebusaway-gtfs",
151153
"org.glassfish.jersey.{/,}**",
154+
"com.google.guava:guava",
155+
"com.google.cloud:libraries-bom",
156+
"com.google.protobuf:protobuf-java",
157+
"io.micrometer:micrometer-registry-prometheus",
158+
"io.micrometer:micrometer-registry-influx",
159+
"com.fasterxml.jackson:{/,}**",
160+
"com.fasterxml.jackson.datatype::{/,}**"
152161
]
153162
},
154163
{

0 commit comments

Comments
 (0)