We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7256de1 + 5c57366 commit 149f07bCopy full SHA for 149f07b
rakelib/support/ecosystem_templates/file_fetcher.rb.erb
@@ -27,7 +27,7 @@ module Dependabot
27
unless allow_beta_ecosystems?
28
raise Dependabot::DependencyFileNotFound.new(
29
nil,
30
- "<%= ecosystem_module %> is currently in beta. Please contact Dependabot support to enable it."
+ "<%= ecosystem_module %> support is currently in beta. Set ALLOW_BETA_ECOSYSTEMS=true to enable it."
31
)
32
end
33
0 commit comments