mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 08:36:26 +00:00
9 lines
238 B
TypeScript
9 lines
238 B
TypeScript
export { extractPackageFile } from './extract';
|
|
|
|
export const defaultConfig = {
|
|
aliases: {
|
|
stable: 'https://charts.helm.sh/stable',
|
|
},
|
|
commitMessageTopic: 'helm chart {{depName}}',
|
|
fileMatch: ['(^|/)requirements\\.yaml$'],
|
|
};
|