Skip to content

Commit 3e3588b

Browse files
authored
Dependabot: switch to monthly frequency (#573)
Monthly means things don't get too out of date, and will be less noisy. Docs: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates#frequency-of-dependabot-pull-requests
1 parent b04890f commit 3e3588b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: pip
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: monthly
77
open-pull-requests-limit: 10
88
ignore:
99
- dependency-name: pytest-asyncio

0 commit comments

Comments
 (0)