Skip to content

Commit

Permalink
chore: fix renovate bot configs for java-shared-config updates (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Mar 7, 2024
1 parent d3de543 commit 4d3c06e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"^.cloudbuild/*"
],
"matchStrings": [
"_JAVA_SHARED_CONFIG_VERSION: \"(?<currentValue>.+?)\""
" _JAVA_SHARED_CONFIG_VERSION: '(?<currentValue>.+?)'"
],
"depNameTemplate": "com.google.cloud:google-cloud-shared-config",
"datasourceTemplate": "maven"
Expand Down Expand Up @@ -103,7 +103,8 @@
"^com.google.cloud:google-cloud-shared-config"
],
"semanticCommitType": "build",
"semanticCommitScope": "deps"
"semanticCommitScope": "deps",
"enabled": true
},
{
"matchPackagePatterns": [
Expand Down

0 comments on commit 4d3c06e

Please sign in to comment.