Skip to content

Commit 57bbf11

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 96b1e47 commit 57bbf11

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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