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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hzhangxyz <[email protected]>
1 parent 241a47e commit 0475b68

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.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)