Skip to content

Commit 6a4ff76

Browse files
zkoppertCopilot
andcommitted
fix: add missing gradle and devcontainers to package_managers_found
Pre-existing inconsistency where these ecosystems were detected but not initialized in the package_managers_found dict. Works due to Python dict behavior but inconsistent with all other ecosystems. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 91bd08a commit 6a4ff76

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dependabot_file.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ def build_dependabot_file(
224224
"terraform": False,
225225
"github-actions": False,
226226
"maven": False,
227+
"gradle": False,
228+
"devcontainers": False,
227229
"bazel": False,
228230
"bun": False,
229231
"conda": False,

0 commit comments

Comments
 (0)