Skip to content

Commit 033aa81

Browse files
committed
add silent to supported package managers array
1 parent 2927417 commit 033aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/lib/dependabot/dependency_group_engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConfigurationError < StandardError; end
2727

2828
# Package managers that support the dependency-type option in group rules
2929
PACKAGE_MANAGERS_SUPPORTING_DEPENDENCY_TYPE = T.let(
30-
%w(bundler composer hex maven npm_and_yarn pip uv).freeze,
30+
%w(bundler composer hex maven npm_and_yarn pip uv silent).freeze,
3131
T::Array[String]
3232
)
3333

0 commit comments

Comments
 (0)