Skip to content

Commit cd74ce5

Browse files
committed
Try fixing dependabot
1 parent 6e85a37 commit cd74ce5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,18 @@ updates:
9595
- package-ecosystem: pip
9696
directory: "/utils/tracing/python"
9797
schedule:
98-
interval: daily
99-
time: "13:00"
98+
interval: weekly
99+
day: sunday
100+
groups:
101+
python-packages:
102+
patterns:
103+
- "*"
104+
105+
- package-ecosystem: pip
106+
directory: "/benchmarks"
107+
schedule:
108+
interval: weekly
109+
day: sunday
100110
groups:
101111
python-packages:
102112
patterns:

0 commit comments

Comments
 (0)