Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 9, 2025

The bnf/ subdirectory is a standalone package in this monorepo with its own npm and Python dependencies, but Dependabot was only configured to track the root directory.

Changes

  • Added npm ecosystem entry for /bnf directory
  • Added uv ecosystem entry for /bnf directory

Dependabot will now create automated PRs for dependency updates in both the root and bnf/ packages.

Original prompt

This section details on the original issue you should resolve

<issue_title>mono repo的一个packae, 也就是 bnf/ 这下面的, 需要有dependabot的自动跟踪.</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com>
Copilot AI changed the title [WIP] Add dependabot auto tracking for bnf package Add Dependabot tracking for bnf/ package Dec 9, 2025
Copilot AI requested a review from hzhangxyz December 9, 2025 00:32
@hzhangxyz hzhangxyz marked this pull request as ready for review December 9, 2025 00:41
Copilot AI review requested due to automatic review settings December 9, 2025 00:41
@hzhangxyz hzhangxyz merged commit 0475b68 into main Dec 9, 2025
70 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Dependabot automation for the bnf/ subdirectory, which is a standalone package within the monorepo. Previously, Dependabot was only configured to track dependencies in the root directory, leaving the bnf/ package's npm and Python dependencies unmonitored.

Key Changes:

  • Added npm ecosystem tracking for /bnf directory to monitor JavaScript dependencies
  • Added uv ecosystem tracking for /bnf directory to monitor Python dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mono repo的一个packae, 也就是 bnf/ 这下面的, 需要有dependabot的自动跟踪.

2 participants