Skip to content

Commit eb23b69

Browse files
authored
Change dependency checks to weekly (#138)
1 parent 5751d48 commit eb23b69

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,8 +4,8 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
88
- package-ecosystem: "pip"
99
directory: "/.github/workflows/requirements"
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"

0 commit comments

Comments
 (0)