File tree 1 file changed +16
-11
lines changed
1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base "
3
+ " config:recommended "
4
4
],
5
5
"packageRules" : [
6
6
{
7
7
"matchUpdateTypes" : [
8
8
" major"
9
9
],
10
- "matchPackagePatterns" : [
10
+ "enabled" : false ,
11
+ "matchPackageNames" : [
11
12
" *"
12
- ],
13
- "enabled" : false
14
- },
13
+ ]
14
+ },
15
15
{
16
- "matchPackagePatterns" : [
17
- " ^com.google.cloud:sdk-platform-java-config"
18
- ],
19
16
"semanticCommitType" : " fix" ,
20
- "semanticCommitScope" : null
17
+ "semanticCommitScope" : null ,
18
+ "matchPackageNames" : [
19
+ " /^com.google.cloud:sdk-platform-java-config/"
20
+ ]
21
21
}
22
22
],
23
23
"includePaths" : [
36
36
" .github/workflows/unmanaged_dependency_check.yaml" ,
37
37
" .github/workflows/hermetic_library_generation.yaml"
38
38
],
39
- "regexManagers " : [
39
+ "customManagers " : [
40
40
{
41
+ "customType" : " regex" ,
41
42
"fileMatch" : [
42
43
" ^.kokoro/nightly/graalvm-native.*.cfg$" ,
43
44
" ^.kokoro/presubmit/graalvm-native.*.cfg$" ,
51
52
"datasourceTemplate" : " maven"
52
53
},
53
54
{
55
+ "customType" : " regex" ,
54
56
"fileMatch" : [
55
57
" java-dns/README.md" ,
56
58
" java-notification/README.md" ,
64
66
"datasourceTemplate" : " maven"
65
67
},
66
68
{
69
+ "customType" : " regex" ,
67
70
"fileMatch" : [
68
71
" .github/workflows/ci.yaml" ,
69
72
" .github/workflows/generated_files_sync.yaml"
79
82
"fileMatch" : [
80
83
" ^.github/workflows/unmanaged_dependency_check.yaml$"
81
84
],
82
- "matchStrings" : [" uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\ n" ],
85
+ "matchStrings" : [
86
+ " uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\ n"
87
+ ],
83
88
"depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
84
89
"datasourceTemplate" : " maven"
85
90
}
You can’t perform that action at this time.
0 commit comments