Skip to content

Commit 4d3c06e

Browse files
authored
chore: fix renovate bot configs for java-shared-config updates (#2541)
1 parent d3de543 commit 4d3c06e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"^.cloudbuild/*"
6565
],
6666
"matchStrings": [
67-
"_JAVA_SHARED_CONFIG_VERSION: \"(?<currentValue>.+?)\""
67+
" _JAVA_SHARED_CONFIG_VERSION: '(?<currentValue>.+?)'"
6868
],
6969
"depNameTemplate": "com.google.cloud:google-cloud-shared-config",
7070
"datasourceTemplate": "maven"
@@ -103,7 +103,8 @@
103103
"^com.google.cloud:google-cloud-shared-config"
104104
],
105105
"semanticCommitType": "build",
106-
"semanticCommitScope": "deps"
106+
"semanticCommitScope": "deps",
107+
"enabled": true
107108
},
108109
{
109110
"matchPackagePatterns": [

0 commit comments

Comments
 (0)