| [ | |
| { | |
| "core": "bazel", | |
| "test": "bazel", | |
| "ecosystem": "bazel" | |
| }, | |
| { | |
| "core": "bundler", | |
| "test": "bundler", | |
| "ecosystem": "bundler" | |
| }, | |
| { | |
| "core": "cargo", | |
| "test": "cargo", | |
| "ecosystem": "cargo" | |
| }, | |
| { | |
| "core": "composer", | |
| "test": "composer", | |
| "ecosystem": "composer" | |
| }, | |
| { | |
| "core": "conda", | |
| "test": "conda", | |
| "ecosystem": "conda" | |
| }, | |
| { | |
| "core": "devcontainers", | |
| "test": "devcontainers", | |
| "ecosystem": "devcontainers" | |
| }, | |
| { | |
| "core": "docker", | |
| "test": "docker", | |
| "ecosystem": "docker" | |
| }, | |
| { | |
| "core": "dotnet_sdk", | |
| "test": "dotnet-sdk", | |
| "ecosystem": "dotnet-sdk" | |
| }, | |
| { | |
| "core": "elm", | |
| "test": "elm", | |
| "ecosystem": "elm" | |
| }, | |
| { | |
| "core": "git_submodules", | |
| "test": "submodules", | |
| "ecosystem": "gitsubmodule" | |
| }, | |
| { | |
| "core": "github_actions", | |
| "test": "actions", | |
| "ecosystem": "github-actions" | |
| }, | |
| { | |
| "core": "go_modules", | |
| "test": "go", | |
| "ecosystem": "gomod" | |
| }, | |
| { | |
| "core": "gradle", | |
| "test": "gradle", | |
| "ecosystem": "gradle" | |
| }, | |
| { | |
| "core": "hex", | |
| "test": "hex", | |
| "ecosystem": "mix" | |
| }, | |
| { | |
| "core": "julia", | |
| "test": "julia", | |
| "ecosystem": "julia" | |
| }, | |
| { | |
| "core": "maven", | |
| "test": "maven", | |
| "ecosystem": "maven" | |
| }, | |
| { | |
| "core": "npm_and_yarn", | |
| "test": "npm", | |
| "ecosystem": "npm" | |
| }, | |
| { | |
| "core": "nuget", | |
| "test": "nuget", | |
| "ecosystem": "nuget" | |
| }, | |
| { | |
| "core": "nuget", | |
| "test": "nuget-resolvability", | |
| "ecosystem": "nuget" | |
| }, | |
| { | |
| "core": "pub", | |
| "test": "pub", | |
| "ecosystem": "pub" | |
| }, | |
| { | |
| "core": "python", | |
| "test": "python", | |
| "ecosystem": "pip" | |
| }, | |
| { | |
| "core": "rust_toolchain", | |
| "test": "rust-toolchain", | |
| "ecosystem": "rust-toolchain" | |
| }, | |
| { | |
| "core": "swift", | |
| "test": "swift", | |
| "ecosystem": "swift" | |
| }, | |
| { | |
| "core": "terraform", | |
| "test": "terraform", | |
| "ecosystem": "terraform" | |
| }, | |
| { | |
| "core": "opentofu", | |
| "test": "opentofu", | |
| "ecosystem": "opentofu" | |
| }, | |
| { | |
| "core": "vcpkg", | |
| "test": "vcpkg", | |
| "ecosystem": "vcpkg" | |
| } | |
| ] | |