Skip to content

Commit e27393b

Browse files
committed
chore(deps): Update locking and enable auto-updating
Updated the lockfile once manually with uv lock --upgrade. Also added a dependabot configuration that should performe these updates in the future. See https://docs.astral.sh/uv/guides/integration/dependabot/
1 parent d4b8ff6 commit e27393b

2 files changed

Lines changed: 2433 additions & 1989 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

0 commit comments

Comments
 (0)