Skip to content

Commit

Permalink
fix(config): update registryAliases schema and managers (#27866)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Mar 12, 2024
1 parent cda68de commit 30281b7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions lib/config/options/index.ts
Expand Up @@ -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',
],
},
Expand Down

0 comments on commit 30281b7

Please sign in to comment.