mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 05:28:35 +00:00
13 lines
265 B
TypeScript
13 lines
265 B
TypeScript
export const configFileNames = [
|
|
'renovate.json',
|
|
'renovate.json5',
|
|
'.github/renovate.json',
|
|
'.github/renovate.json5',
|
|
'.gitlab/renovate.json',
|
|
'.gitlab/renovate.json5',
|
|
'.renovaterc',
|
|
'.renovaterc.json',
|
|
'.renovaterc.json5',
|
|
'package.json',
|
|
];
|