|
19 | 19 | "semanticCommits": "disabled",
|
20 | 20 | "ignorePaths": [".kokoro/requirements.txt"],
|
21 | 21 | "ignoreDeps": [
|
22 |
| - "com.coveo:fmt-maven-plugin", |
23 |
| - "com.zaxxer:HikariCP", |
| 22 | + "com.coveo:fmt-maven-plugin", |
| 23 | + "com.zaxxer:HikariCP", |
24 | 24 | "com.google.googlejavaformat:google-java-format",
|
25 | 25 | "com.google.errorprone:error_prone_core",
|
26 | 26 | "ch.qos.logback:logback-classic"
|
27 | 27 | ],
|
28 | 28 | "packageRules": [
|
29 | 29 | {"matchPackagePatterns": ["^com.google.guava:"], "versioning": "docker"},
|
30 |
| - { |
31 |
| - "matchPackagePatterns": ["*"], |
32 |
| - "semanticCommitType": "deps", |
33 |
| - "semanticCommitScope": null |
34 |
| - }, |
35 | 30 | {
|
36 | 31 | "matchPackagePatterns": [
|
37 | 32 | "^org.apache.maven",
|
|
44 | 39 | "semanticCommitType": "build",
|
45 | 40 | "semanticCommitScope": "deps"
|
46 | 41 | },
|
47 |
| - { |
48 |
| - "matchPackagePatterns": [ |
49 |
| - "^com.google.cloud.sql:cloud-sql-jdbc-socket-factory-parent", |
50 |
| - "^com.google.cloud:libraries-bom", |
51 |
| - "^com.google.cloud.samples:shared-configuration" |
52 |
| - ], |
53 |
| - "semanticCommitType": "chore", |
54 |
| - "semanticCommitScope": "deps" |
55 |
| - }, |
56 |
| - { |
57 |
| - "matchPackagePatterns": [ |
58 |
| - "^junit:junit", |
59 |
| - "^com.google.truth:truth", |
60 |
| - "^org.mockito:mockito-core", |
61 |
| - "^org.objenesis:objenesis", |
62 |
| - "^com.google.cloud:google-cloud-conformance-tests" |
63 |
| - ], |
64 |
| - "semanticCommitType": "test", |
65 |
| - "semanticCommitScope": "deps" |
66 |
| - }, |
67 | 42 | {
|
68 | 43 | "matchPackagePatterns": ["^com.google.cloud:google-cloud-"],
|
69 | 44 | "ignoreUnstable": false
|
70 | 45 | },
|
71 |
| - { |
72 |
| - "matchPackagePatterns": ["^com.fasterxml.jackson.core"], |
73 |
| - "groupName": "jackson dependencies" |
74 |
| - }, |
75 |
| - {"matchPackagePatterns": [".*"], "addLabels": ["automerge"]}, |
76 | 46 | {"matchPackageNames": ["mysql:mysql-connector-java"], "enabled": false},
|
77 | 47 | {
|
78 | 48 | "matchPackageNames": ["com.google.guava:guava"],
|
|
87 | 57 | "allowedVersions": "/v1beta4-.*/"
|
88 | 58 | },
|
89 | 59 | {
|
90 |
| - "matchPackagePatterns": [ |
91 |
| - "^io.netty:.*", |
92 |
| - "^io.projectreactor.netty:.*", |
93 |
| - "^io.r2dbc:.*", |
94 |
| - "^io.asyncer:r2dbc-mysql", |
95 |
| - "^org.postgresql:r2dbc-postgresql" |
96 |
| - ], |
97 |
| - "groupName": "netty and r2dbc dependencies" |
| 60 | + "groupName": "Non-major dependencies", |
| 61 | + "matchManagers": ["maven"], |
| 62 | + "matchUpdateTypes": ["minor", "patch"] |
98 | 63 | },
|
99 | 64 | {
|
100 | 65 | "matchManagers": ["github-actions"],
|
101 | 66 | "groupName": "dependencies for github",
|
102 | 67 | "commitMessagePrefix": "chore(deps):"
|
103 |
| - }, |
104 |
| - { |
105 |
| - "matchManagers": ["maven"], |
106 |
| - "matchDepTypes": ["test"], |
107 |
| - "commitMessagePrefix": "chore(deps):" |
108 |
| - }, |
109 |
| - { |
110 |
| - "matchPackagePatterns": [ |
111 |
| - "^org.ow2.asm" |
112 |
| - ], |
113 |
| - "groupName": "org.ow2.asm dependencies" |
114 |
| - }, |
115 |
| - { |
116 |
| - "matchPackagePatterns": [ |
117 |
| - "^com.google.auth" |
118 |
| - ], |
119 |
| - "groupName": "com.google.auth dependencies" |
120 |
| - }, |
121 |
| - { |
122 |
| - "matchPackagePatterns": [ |
123 |
| - "^com.google.http-client" |
124 |
| - ], |
125 |
| - "groupName": "com.google.http-client dependencies" |
126 | 68 | }
|
127 | 69 | ]
|
128 | 70 | }
|
0 commit comments