Skip to content

Commit 0b7665d

Browse files
authored
Change Dependabot checks to weekly (#457)
1 parent f742495 commit 0b7665d

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)