This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-21
lines changed Expand file tree Collapse file tree 3 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"versionScheme" : " docker"
19
19
},
20
- {
21
- "packagePatterns" : [
22
- " ^com.google.api:gax" ,
23
- " ^com.google.auth:" ,
24
- " ^com.google.cloud:google-cloud-core" ,
25
- " ^io.grpc:" ,
26
- " ^com.google.guava:"
27
- ],
28
- "groupName" : " core dependencies"
29
- },
30
- {
31
- "packagePatterns" : [
32
- " ^com.google.http-client:" ,
33
- " ^com.google.oauth-client:" ,
34
- " ^com.google.api-client:"
35
- ],
36
- "groupName" : " core transport dependencies"
37
- },
38
20
{
39
21
"packagePatterns" : [
40
22
" *"
63
45
"semanticCommitType" : " chore" ,
64
46
"semanticCommitScope" : " deps"
65
47
},
48
+ {
49
+ "packagePatterns" : [
50
+ " ^junit:junit" ,
51
+ " ^com.google.truth:truth" ,
52
+ " ^org.mockito:mockito-core" ,
53
+ " ^org.objenesis:objenesis"
54
+ ],
55
+ "semanticCommitType" : " test" ,
56
+ "semanticCommitScope" : " deps"
57
+ },
66
58
{
67
59
"packagePatterns" : [
68
60
" ^com.google.cloud:google-cloud-"
78
70
],
79
71
"semanticCommits" : true ,
80
72
"masterIssue" : true
81
- }
73
+ }
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-video-transcoder.git",
7
- "sha": "c03b3b106432898d74b3bb2165e753fe2632a168 "
7
+ "sha": "2f3a8ed3d1cab75579db69503708a625207cfcae "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "7c5370937dd9ba9dcf9cd7d2af880a58b389b4f1 "
22
+ "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948 "
23
23
}
24
24
}
25
25
],
42
42
".github/PULL_REQUEST_TEMPLATE.md",
43
43
".github/readme/synth.py",
44
44
".github/release-please.yml",
45
+ ".github/snippet-bot.yml",
45
46
".github/trusted-contribution.yml",
46
47
".github/workflows/approve-readme.yaml",
47
48
".github/workflows/auto-release.yaml",
You can’t perform that action at this time.
0 commit comments