diff --git a/renovate.json b/renovate.json index 76d2083..0b3cd72 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^src/config\\.rs$"], + "managerFilePatterns": [ + "/^src/config\\.rs$/" + ], "matchStrings": [ "url:\\s*\"https://github\\.com/(?[^\"]+?)(?:\\.git)?\"\\.to_string\\(\\),\\s*tag:\\s*\"(?v[0-9][^\"]*)\"" ], @@ -15,7 +17,9 @@ }, { "customType": "regex", - "fileMatch": ["^ci/dependency-profiles\\.json$"], + "managerFilePatterns": [ + "/^ci/dependency-profiles\\.json$/" + ], "matchStrings": [ "\"tag\":\\s*\"synapse-sdk-v(?[0-9][^\"]*)\"" ], @@ -26,7 +30,9 @@ }, { "customType": "regex", - "fileMatch": ["^ci/dependency-profiles\\.json$"], + "managerFilePatterns": [ + "/^ci/dependency-profiles\\.json$/" + ], "matchStrings": [ "\"strategy\":\\s*\"npm_version\",\\s*\"version\":\\s*\"(?[0-9][^\"]*)\"" ],