Skip to content

Commit 829a913

Browse files
Reduce dependabot frequency (#1958)
Signed-off-by: Darby Johnston <[email protected]>
1 parent 60171a4 commit 829a913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

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

99
- package-ecosystem: "pip"
1010
directory: "/"
1111
schedule:
1212
day: "monday"
13-
interval: "weekly"
13+
interval: "quarterly"
1414

1515
- package-ecosystem: "gitsubmodule"
1616
directory: "/"

0 commit comments

Comments
 (0)