diff --git a/renovate.json b/renovate.json index 2f4012c..6f6cc08 100644 --- a/renovate.json +++ b/renovate.json @@ -5,10 +5,8 @@ ], "customManagers": [ { - "fileMatch": ["(^|/)Makefile$", "(^|/)Dockerfile$"], - "matchStrings": ["(export|ARG) *TERRAFORM_PROVIDER_VERSION *[:|\\?]?= *(?\\d+\\.\\d+\\.\\d+)"], "fileMatch": ["(^|/)Makefile$", "(^|/)Dockerfile$", "(^|/)config.yml$"], - "matchStrings": ["(export|ARG|--build-arg=) *TERRAFORM_PROVIDER_VERSION *:?= *(?\\d+\\.\\d+\\.\\d+)"], + "matchStrings": ["(export|ARG|--build-arg=) *TERRAFORM_PROVIDER_VERSION *[:|\\?]?= *(?\\d+\\.\\d+\\.\\d+)"], "datasourceTemplate": "terraform-provider", "versioningTemplate": "hashicorp", "depNameTemplate": "SAP/btp"