mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +00:00
Merge 6c31d337f5
into 60754ce088
This commit is contained in:
commit
c103d8a6cd
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ export class HelmDatasource extends Datasource {
|
|||
|
||||
override readonly defaultRegistryUrls = ['https://charts.helm.sh/stable'];
|
||||
|
||||
override readonly registryStrategy = 'hunt';
|
||||
|
||||
override readonly defaultConfig = {
|
||||
commitMessageTopic: 'Helm release {{depName}}',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue