Add configuration instruction to docs

This commit is contained in:
cnagadya
2022-10-14 12:31:17 +00:00
parent f9deefc2e9
commit 71dbf10e60
4 changed files with 24 additions and 19 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ event_file.close
config_file = nil
OptionParser.new do |opts|
opts.on('--file', '-f', 'Use external config') do
config_file = ".github/dependency-review-config.yml"
opts.on('--file', '-f', 'Use external config') do
config_file = '.github/dev-config.yml'
end
end.parse!