mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 08:36:26 +00:00
11 lines
242 B
TypeScript
11 lines
242 B
TypeScript
export const configFileNames = [
|
|
'renovate.json',
|
|
'renovate.json5',
|
|
'.github/renovate.json',
|
|
'.github/renovate.json5',
|
|
'.gitlab/renovate.json',
|
|
'.gitlab/renovate.json5',
|
|
'.renovaterc',
|
|
'.renovaterc.json',
|
|
'package.json',
|
|
];
|