mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 05:39:10 +00:00
12 lines
265 B
TypeScript
12 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',
|
|
];
|