mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
.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:
parent
c0984f88dc
commit
e6e63c2305
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -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…
Reference in New Issue
Block a user