Use a more definitive name for the config file.

This commit is contained in:
Federico Builes
2022-06-01 13:28:03 +02:00
parent 0b9547aabf
commit 19b36f0933
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import YAML from 'yaml'
import {ConfigurationOptions, ConfigurationOptionsSchema} from './schemas'
import path from 'path'
export const CONFIG_FILEPATH = './.github/dep-review.yml'
export const CONFIG_FILEPATH = './.github/dependency-review.yml'
export function readConfigFile(
filePath: string = CONFIG_FILEPATH