From 2b694d4e5d279647151192806488838ec670cdc9 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Wed, 17 Dec 2025 18:25:09 +0100 Subject: [PATCH] Update dependabot-2.0 supported ecosystems with: bazel, conda, julia, opentofu (#5228) * dependabot-2.0: Add conda to package-ecosystem values Now supported: https://github.blog/changelog/2025-12-16-conda-ecosystem-support-for-dependabot-now-generally-available/ https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories * Add more supported ecosystems * Sort lines ascending --- src/schemas/json/dependabot-2.0.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/schemas/json/dependabot-2.0.json b/src/schemas/json/dependabot-2.0.json index f3c407f5bed..235fd1566c4 100644 --- a/src/schemas/json/dependabot-2.0.json +++ b/src/schemas/json/dependabot-2.0.json @@ -647,24 +647,28 @@ }, "package-ecosystem-values": { "enum": [ + "bazel", "bun", "bundler", "cargo", "composer", + "conda", "devcontainers", "docker", "docker-compose", "dotnet-sdk", "elm", - "gitsubmodule", "github-actions", + "gitsubmodule", "gomod", "gradle", "helm", + "julia", "maven", "mix", "npm", "nuget", + "opentofu", "pip", "pub", "rust-toolchain",