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

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
pull/3449/head
David Crawshaw 3 years ago committed by David Crawshaw
parent d89c61b812
commit 46a9782322

@ -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:"

Loading…
Cancel
Save