Add configuration instruction to docs
This commit is contained in:
+2
-2
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user