This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree1 file changed
+28
-14
lines changed Expand file treeCollapse file tree1 file changed
+28
-14
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | {
|
2 | 2 | "extends": [
|
3 |
| -"config:base" |
| 3 | +":separateMajorReleases", |
| 4 | +":combineMinorReleases", |
| 5 | +":ignoreUnstable", |
| 6 | +":prImmediately", |
| 7 | +":updateNotScheduled", |
| 8 | +":automergeDisabled", |
| 9 | +":ignoreModulesAndTests", |
| 10 | +":maintainLockFilesDisabled", |
| 11 | +":autodetectPinVersions" |
4 | 12 | ],
|
5 |
| -"ignoreDeps": [], |
6 | 13 | "packageRules": [
|
7 | 14 | {
|
8 |
| -"managers": ["maven"], |
9 |
| -"packageNames": ["com.google.guava:guava*"], |
| 15 | +"packagePatterns": [ |
| 16 | +"^com.google.guava:" |
| 17 | +], |
10 | 18 | "versionScheme": "docker"
|
11 | 19 | },
|
12 | 20 | {
|
13 |
| -"packagePatterns": ["^io.grpc:grpc-"], |
14 |
| -"groupName": "gRPC packages" |
| 21 | +"packagePatterns": [ |
| 22 | +"*" |
| 23 | +], |
| 24 | +"semanticCommitType": "deps", |
| 25 | +"semanticCommitScope": null |
15 | 26 | },
|
16 | 27 | {
|
17 |
| -"packagePatterns": ["^com.google.protobuf:protobuf-"], |
18 |
| -"groupName": "Protobuf packages" |
19 |
| -}, |
20 |
| -{ |
21 |
| -"packagePatterns": ["^io.opencensus:opencensus-"], |
22 |
| -"groupName": "OpenCensus packages" |
| 28 | +"packagePatterns": [ |
| 29 | +"^org.apache.maven", |
| 30 | +"^org.jacoco:", |
| 31 | +"^org.codehaus.mojo:", |
| 32 | +"^org.sonatype.plugins:", |
| 33 | +"^com.coveo:", |
| 34 | +"^com.google.cloud:google-cloud-shared-config" |
| 35 | +], |
| 36 | +"semanticCommitType": "build", |
| 37 | +"semanticCommitScope": "deps" |
23 | 38 | }
|
24 | 39 | ],
|
25 |
| -"semanticCommits": true, |
26 |
| -"semanticCommitType": "deps" |
| 40 | +"semanticCommits": true |
27 | 41 | }
|
You can’t perform that action at this time.
0 commit comments