Module: Dependabot::Linguist::PackageEcosystems

Defined in:
lib/dependabot/linguist/languages_to_ecosystems/manager_ecosystem_maps.rb

Overview

PackageEcosystems is all “YAML Value” listed on “#package-ecosystem”, that are the keys to ‘package-ecosystem` in dependabot yaml.

Constant Summary collapse

BUNDLER =
"bundler"
CARGO =
"cargo"
COMPOSER =
"composer"
DOCKER =
"docker"
ELM =
"elm"
GITHUB_ACTIONS =
"github-actions"
GIT_SUBMODULE =
"gitsubmodule"
GOMOD =
"gomod"
GRADLE =
"gradle"
MAVEN =
"maven"
MIX =
"mix"
NPM =
"npm"
NUGET =
"nuget"
PIP =
"pip"
PUB =
"pub"
TERRAFORM =
"terraform"