.github/dependabot.yml: slow down the stream of unusable PRs

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw 2021-11-30 05:40:48 -08:00 committed by David Crawshaw
parent d89c61b812
commit 46a9782322
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "go.mod:"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: ".github:"