Skip to content

Commit

Permalink
fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed May 12, 2024
1 parent 1ef4006 commit 358be32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
"^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$"
],
"matchStrings": [
"ARG PROTOC_VERSION==(?<currentValue>.+?)\\n"
"ARG PROTOC_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"depNameTemplate": "com.google.protobuf:protobuf-java",
"datasourceTemplate": "maven"
"datasourceTemplate": "github-releases",
"depNameTemplate": "protocolbuffers/protobuf",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
Expand Down

0 comments on commit 358be32

Please sign in to comment.