diff --git a/lib/modules/platform/azure/azure-helper.ts b/lib/modules/platform/azure/azure-helper.ts index f357c3c18a648dbddee6de8bf55df6ff8432a614..91cc0b0a32ac899cd265920ef4baefbee786451c 100644 --- a/lib/modules/platform/azure/azure-helper.ts +++ b/lib/modules/platform/azure/azure-helper.ts @@ -143,7 +143,7 @@ export async function getMergeMethod( const policyConfigurations = ( await ( await azureApi.policyApi() - ).getPolicyConfigurations(project, mergePolicyGuid) + ).getPolicyConfigurations(project, undefined, mergePolicyGuid) ) .filter((p) => p.settings.scope.some(isRelevantScope)) .map((p) => p.settings)[0];