diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index c3484ae07ca3779ef0a2be7a44722ad21e3ac5ca..84aa6fd16c0d08ec05f580c13165c9c2255cc374 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -1011,18 +1011,20 @@ const options: RenovateOptions[] = [ default: {}, additionalProperties: { type: 'string', - format: 'uri', }, supportedManagers: [ + 'ansible', + 'bitbucket-pipelines', + 'crossplane', + 'docker-compose', + 'dockerfile', + 'droneci', + 'gitlabci', 'helm-requirements', - 'helmv3', 'helmfile', - 'gitlabci', - 'dockerfile', - 'docker-compose', + 'helmv3', 'kubernetes', - 'ansible', - 'droneci', + 'terraform', 'woodpecker', ], },