Skip to content

Commit 3b7b930

Browse files
committed
Update dependabot config file to uv
1 parent 732ea11 commit 3b7b930

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
version: 2
2+
enable-beta-ecosystems: true
23
updates:
3-
- package-ecosystem: "pip"
4+
- package-ecosystem: "uv"
45
directory: "/"
56
schedule:
67
interval: "daily"
7-
8+
ignore:
9+
- dependency-name: "*"
10+
update-types:
11+
- version-update:semver-patch
12+
- version-update:semver-minor
813
- package-ecosystem: "github-actions"
914
directory: "/"
1015
schedule:
1116
interval: "daily"
17+
reviewers:
18+
- "python-discord/devops"

0 commit comments

Comments
 (0)