Skip to content

Commit 9c606d0

Browse files
authored
change dependabot schedule from weekly to monthly (#153)
1 parent 641f315 commit 9c606d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ updates:
33
- package-ecosystem: pip
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
# Check for updates to GitHub Actions every weekday
11-
interval: weekly
10+
interval: monthly

0 commit comments

Comments
 (0)