Skip to content

Commit

Permalink
ci: fix error duplicated match (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdischer-sap authored Nov 28, 2024
1 parent bcef7a3 commit d737df4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
],
"customManagers": [
{
"fileMatch": ["(^|/)Makefile$", "(^|/)Dockerfile$"],
"matchStrings": ["(export|ARG) *TERRAFORM_PROVIDER_VERSION *[:|\\?]?= *(?<currentValue>\\d+\\.\\d+\\.\\d+)"],
"fileMatch": ["(^|/)Makefile$", "(^|/)Dockerfile$", "(^|/)config.yml$"],
"matchStrings": ["(export|ARG|--build-arg=) *TERRAFORM_PROVIDER_VERSION *:?= *(?<currentValue>\\d+\\.\\d+\\.\\d+)"],
"matchStrings": ["(export|ARG|--build-arg=) *TERRAFORM_PROVIDER_VERSION *[:|\\?]?= *(?<currentValue>\\d+\\.\\d+\\.\\d+)"],
"datasourceTemplate": "terraform-provider",
"versioningTemplate": "hashicorp",
"depNameTemplate": "SAP/btp"
Expand Down

0 comments on commit d737df4

Please sign in to comment.