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 033aa81 commit 6e0393dCopy full SHA for 6e0393d
updater/lib/dependabot/dependency_group_engine.rb
@@ -25,7 +25,9 @@ class DependencyGroupEngine
25
26
class ConfigurationError < StandardError; end
27
28
- # Package managers that support the dependency-type option in group rules
+ # Package managers that support the dependency-type option in group rules.
29
+ # Update this list when adding dependency-type support to new ecosystems.
30
+ # Note: 'silent' is included to avoid modifying its integration tests.
31
PACKAGE_MANAGERS_SUPPORTING_DEPENDENCY_TYPE = T.let(
32
%w(bundler composer hex maven npm_and_yarn pip uv silent).freeze,
33
T::Array[String]
0 commit comments