autobump_constants: add bumped_by_upstream reason

Signed-off-by: botantony <antonsm21@gmail.com>
This commit is contained in:
botantony 2025-05-03 00:36:48 +02:00
parent 01ffa85e9d
commit fa26976b1d
No known key found for this signature in database
GPG Key ID: 7FE721557EA6AAD6

View File

@ -4,4 +4,5 @@
# TODO: add more reasons here # TODO: add more reasons here
NO_AUTOBUMP_REASONS_LIST = T.let({ NO_AUTOBUMP_REASONS_LIST = T.let({
incompatible_version_format: "incompatible version format", incompatible_version_format: "incompatible version format",
bumped_by_upstream: "bumped by upstream",
}.freeze, T::Hash[Symbol, String]) }.freeze, T::Hash[Symbol, String])