.github/dependabot.yml: slow down the stream of unusable PRs
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
parent
d89c61b812
commit
46a9782322
|
@ -5,12 +5,12 @@ updates:
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "go.mod:"
|
prefix: "go.mod:"
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: ".github:"
|
prefix: ".github:"
|
||||||
|
|
Loading…
Reference in New Issue