mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
d8524c35ff
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
23 lines
432 B
YAML
23 lines
432 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
cooldown:
|
|
default-days: 3
|
|
|
|
- package-ecosystem: docker
|
|
directory: /chipsec_tools/log_parser
|
|
schedule:
|
|
interval: daily
|
|
cooldown:
|
|
default-days: 3
|
|
|
|
- package-ecosystem: pip
|
|
directory: /chipsec_tools/log_parser
|
|
schedule:
|
|
interval: daily
|
|
cooldown:
|
|
default-days: 3
|