Skip to content

Commit 6e0393d

Browse files
committed
comments for clarification about silent and needing to update constants as more systems become supported in the future
1 parent 033aa81 commit 6e0393d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

updater/lib/dependabot/dependency_group_engine.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ class DependencyGroupEngine
2525

2626
class ConfigurationError < StandardError; end
2727

28-
# Package managers that support the dependency-type option in group rules
28+
# 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.
2931
PACKAGE_MANAGERS_SUPPORTING_DEPENDENCY_TYPE = T.let(
3032
%w(bundler composer hex maven npm_and_yarn pip uv silent).freeze,
3133
T::Array[String]

0 commit comments

Comments
 (0)