mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 13:05:46 +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"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "daily"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "go.mod:"
|
prefix: "go.mod:"
|
||||||
|
open-pull-requests-limit: 100
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
Reference in New Issue
Block a user