.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>
This commit is contained in:
David Anderson 2021-12-06 10:45:22 -08:00 committed by Dave Anderson
parent c0984f88dc
commit e6e63c2305
1 changed files with 2 additions and 1 deletions

View File

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