|
4 | 4 | ],
|
5 | 5 | "ignorePaths": [".kokoro/requirements.txt"],
|
6 | 6 | "ignoreDeps": ["rules_pkg"],
|
| 7 | + "regexManagers": [ |
| 8 | + { |
| 9 | + "fileMatch": ["^gax-java/dependencies\\.properties$"], |
| 10 | + "matchStrings": ["=(?<depName>.+\\:.+?):(?<currentValue>.+?)\\n"], |
| 11 | + "datasourceTemplate": "maven" |
| 12 | + }, |
| 13 | + { |
| 14 | + "fileMatch": ["^gax-java/dependencies\\.properties$"], |
| 15 | + "matchStrings": ["version\\.com_google_protobuf=(?<currentValue>.+?)\\n"], |
| 16 | + "depNameTemplate": "com.google.protobuf:protobuf-java", |
| 17 | + "datasourceTemplate": "maven" |
| 18 | + }, |
| 19 | + { |
| 20 | + "fileMatch": ["^gax-java/dependencies\\.properties$"], |
| 21 | + "matchStrings": ["version\\.google_java_format=(?<currentValue>.+?)\\n"], |
| 22 | + "depNameTemplate": "com.google.googlejavaformat:google-java-format", |
| 23 | + "datasourceTemplate": "maven" |
| 24 | + }, |
| 25 | + { |
| 26 | + "fileMatch": ["^gax-java/dependencies\\.properties$"], |
| 27 | + "matchStrings": ["version\\.io_grpc=(?<currentValue>.+?)\\n"], |
| 28 | + "depNameTemplate": "io.grpc:grpc-core", |
| 29 | + "datasourceTemplate": "maven" |
| 30 | + } |
| 31 | + ], |
7 | 32 | "packageRules": [
|
8 | 33 | {
|
9 | 34 | "matchUpdateTypes": ["major"],
|
|
72 | 97 | "^com.google.protobuf"
|
73 | 98 | ],
|
74 | 99 | "groupName": "Protobuf dependencies"
|
| 100 | + }, |
| 101 | + { |
| 102 | + "packagePatterns": [ |
| 103 | + "^io.grpc" |
| 104 | + ], |
| 105 | + "groupName": "gRPC dependencies" |
| 106 | + }, |
| 107 | + { |
| 108 | + "packagePatterns": [ |
| 109 | + "^com.google.auth" |
| 110 | + ], |
| 111 | + "groupName": "Google Auth Library dependencies" |
| 112 | + }, |
| 113 | + { |
| 114 | + "packagePatterns": [ |
| 115 | + "^io.opencensus" |
| 116 | + ], |
| 117 | + "groupName": "OpenCensus dependencies" |
| 118 | + }, |
| 119 | + { |
| 120 | + "packagePatterns": [ |
| 121 | + "^io.netty" |
| 122 | + ], |
| 123 | + "groupName": "Netty dependencies" |
75 | 124 | }
|
76 | 125 | ]
|
77 | 126 | }
|
0 commit comments