.github/dependabot.yml: make dependabot send all the updates right now.

So we can mass-process updates once now, then turn it off.

Signed-off-by: David Anderson <danderson@tailscale.com>
pull/3521/head
David Anderson 3 years ago committed by Dave Anderson
parent c0984f88dc
commit e6e63c2305

@ -5,9 +5,10 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
commit-message:
prefix: "go.mod:"
open-pull-requests-limit: 100
- package-ecosystem: "github-actions"
directory: "/"
schedule:

Loading…
Cancel
Save