Skip to content

Commit 0fa03ec

Browse files
authored
Add uv ecosystem to dependabot and drop weekly lockfile workflow (#2919)
1 parent 84bf9bd commit 0fa03ec

2 files changed

Lines changed: 12 additions & 43 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
cooldown:
8+
default-days: 14
9+
groups:
10+
python-packages:
11+
patterns:
12+
- "*"
313
- package-ecosystem: "github-actions"
414
directory: "/"
515
schedule:
616
interval: monthly
17+
cooldown:
18+
default-days: 14
719
groups:
820
github-actions:
921
patterns:

.github/workflows/weekly-lockfile-update.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)