Class: Dependabot::NpmAndYarn::Helpers::ReleaseAgeGateSetting
- Inherits:
-
T::Struct
- Object
- T::Struct
- Dependabot::NpmAndYarn::Helpers::ReleaseAgeGateSetting
- Defined in:
- lib/dependabot/npm_and_yarn/helpers.rb
Overview
Describes where a native release-age gate can be configured: the file it
may appear in, the setting key, and the separator between key and value
("=" for npmrc/ini-style files, ":" for YAML). Passed to
max_configured_release_age so each ecosystem parses its user-configured
gate through the same logic.