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.
1 parent 2927417 commit 033aa81Copy full SHA for 033aa81
updater/lib/dependabot/dependency_group_engine.rb
@@ -27,7 +27,7 @@ class ConfigurationError < StandardError; end
27
28
# Package managers that support the dependency-type option in group rules
29
PACKAGE_MANAGERS_SUPPORTING_DEPENDENCY_TYPE = T.let(
30
- %w(bundler composer hex maven npm_and_yarn pip uv).freeze,
+ %w(bundler composer hex maven npm_and_yarn pip uv silent).freeze,
31
T::Array[String]
32
)
33
0 commit comments