This commit is contained in:
Frank 2025-01-07 09:11:52 +01:00 committed by GitHub
commit 7222f503c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}',
};