Skip to content

Commit 0475b68

Browse files
Copilothzhangxyz
andauthored
Add Dependabot tracking for bnf/ package (#73)
* Initial plan * Add Dependabot tracking for bnf/ package (npm and uv) Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com>
1 parent 241a47e commit 0475b68

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ updates:
1111
schedule:
1212
interval: "weekly"
1313

14+
- package-ecosystem: "npm"
15+
directory: "/bnf"
16+
schedule:
17+
interval: "weekly"
18+
1419
- package-ecosystem: "uv"
1520
directory: "/"
1621
schedule:
1722
interval: "weekly"
23+
24+
- package-ecosystem: "uv"
25+
directory: "/bnf"
26+
schedule:
27+
interval: "weekly"

0 commit comments

Comments
 (0)