Skip to content

Commit 2b694d4

Browse files
Update dependabot-2.0 supported ecosystems with: bazel, conda, julia, opentofu (SchemaStore#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
1 parent e3f54a8 commit 2b694d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/schemas/json/dependabot-2.0.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,24 +647,28 @@
647647
},
648648
"package-ecosystem-values": {
649649
"enum": [
650+
"bazel",
650651
"bun",
651652
"bundler",
652653
"cargo",
653654
"composer",
655+
"conda",
654656
"devcontainers",
655657
"docker",
656658
"docker-compose",
657659
"dotnet-sdk",
658660
"elm",
659-
"gitsubmodule",
660661
"github-actions",
662+
"gitsubmodule",
661663
"gomod",
662664
"gradle",
663665
"helm",
666+
"julia",
664667
"maven",
665668
"mix",
666669
"npm",
667670
"nuget",
671+
"opentofu",
668672
"pip",
669673
"pub",
670674
"rust-toolchain",

0 commit comments

Comments
 (0)