Skip to content

Commit 0c40452

Browse files
authored
MAINT: Move dependabot updates to monthly (#658)
Dependabot is creating a lot of noise for small patch changes in our PRs. This changes it to monthly instead of weekly.
1 parent 4a34f09 commit 0c40452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
schedule:
8-
interval: "weekly"
8+
interval: "monthly"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
13-
interval: "weekly"
13+
interval: "monthly"

0 commit comments

Comments
 (0)