Skip to content

Commit b535253

Browse files
ludochgae-java-bot
authored andcommitted
Fix Renovate package rule for org.eclipse.jetty, missing a * to mach all artifact names. We want to control Jetty updates manually.
PiperOrigin-RevId: 800221859 Change-Id: Ic8018aa64ef65c5eff6784fe0a87ad672f112cc0
1 parent f6871ee commit b535253

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api",
1515
"com.google.protobuf:protobuf-java",
1616
"com.google.protobuf:protobuf-java-util",
17-
"org.eclipse.jetty.toolchain:jetty-schemas",
1817
"com.google.api.grpc:proto-google-common-protos",
1918
"com.google.api.grpc:proto-google-cloud-datastore-v1",
2019
"com.google.cloud.datastore:datastore-v1-proto-client",
2120
"com.google.appengine:geronimo-javamail_1.4_spec",
2221
"com.google.cloud.sql:mysql-socket-factory",
23-
"org.eclipse.jetty:",
22+
"org.eclipse.jetty:*",
23+
"org.eclipse.jetty.*:*",
2424
"org.springframework.boot:spring-boot-starter-parent",
2525
"org.springframework.boot:spring-boot-starter-web"
2626
],

0 commit comments

Comments
 (0)