Skip to content

Commit 2a0ac6a

Browse files
authored
Fix some dependabot configuration file nits (#4629)
1 parent b867e7d commit 2a0ac6a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
version: 2
22
updates:
3-
4-
updates:
5-
- package-ecosystem: "uv"
6-
directory: "/"
3+
- package-ecosystem: uv
4+
directory: /
75
schedule:
8-
interval: "weekly"
6+
interval: weekly
97
groups:
108
actions:
119
patterns:

0 commit comments

Comments
 (0)