github: Introduce cool down periods for non-rust-vmm crates

This gives the community more time to react to possible security chain
compromises.

We have high confidence that rust-vmm crates are trusted, and the
community is fully capable of spotting any issues. There is no need to
delay that group.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2026-03-31 06:05:14 +00:00
committed by Rob Bradford
parent c943103f75
commit c52e151439

View File

@@ -37,6 +37,11 @@ updates:
interval: weekly
allow:
- dependency-type: all
cooldown:
default-days: 7
semver-major-days: 14
semver-minor-days: 7
semver-patch-days: 3
ignore:
- dependency-name: "acpi_tables"
- dependency-name: "kvm-bindings"