Skip to content

Commit 149f07b

Browse files
authored
Merge pull request #13717 from dependabot/copilot/update-beta-ecosystem-support
Update beta ecosystem error message to include enablement instructions
2 parents 7256de1 + 5c57366 commit 149f07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/support/ecosystem_templates/file_fetcher.rb.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Dependabot
2727
unless allow_beta_ecosystems?
2828
raise Dependabot::DependencyFileNotFound.new(
2929
nil,
30-
"<%= ecosystem_module %> is currently in beta. Please contact Dependabot support to enable it."
30+
"<%= ecosystem_module %> support is currently in beta. Set ALLOW_BETA_ECOSYSTEMS=true to enable it."
3131
)
3232
end
3333

0 commit comments

Comments
 (0)