Skip to content

Commit b146503

Browse files
committed
Don't scan everyday
Signed-off-by: Xuanwo <[email protected]>
1 parent c964854 commit b146503

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
88

99
# Maintain dependencies for opendal
1010
- package-ecosystem: "cargo"
1111
directory: "/"
1212
schedule:
13-
interval: "daily"
13+
interval: "weekly"
1414

1515
# Maintain dependencies for oay
1616
- package-ecosystem: "cargo"
1717
directory: "/oay"
1818
schedule:
19-
interval: "daily"
19+
interval: "monthly"
2020

2121
# Maintain dependencies for oli
2222
- package-ecosystem: "cargo"
2323
directory: "/oli"
2424
schedule:
25-
interval: "daily"
25+
interval: "monthly"

0 commit comments

Comments
 (0)