Skip to content

Commit ba70229

Browse files
committed
.github: Add uv to dependabot configuration
Let dependebot check for Python updates on a monthly basis. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent b768e9c commit ba70229

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,15 @@ updates:
1111
actions-deps:
1212
patterns:
1313
- "*"
14+
15+
- package-ecosystem: "uv"
16+
directory: "/"
17+
schedule:
18+
interval: "monthly"
19+
commit-message:
20+
prefix: "uv: "
21+
labels: []
22+
groups:
23+
python-deps:
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)