Skip to content

Commit 0003dc5

Browse files
committed
CI: Add Dependabot cooldown for github-actions updates
The github-security-report security scan flags the github-actions ecosystem for a missing update cooldown, which is mandatory (any value passes) and also required by the zizmor workflow auditor. Add a 7-day default cooldown, matching the global-jjb configuration, so bump PRs wait before opening on a freshly shipped action release. Change-Id: Ic86da031bb8ae78bfd13a7ec5ee8fec77bc79f91 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
1 parent d47be68 commit 0003dc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
directory: "/"
1414
schedule:
1515
interval: "weekly"
16+
cooldown:
17+
default-days: 7
1618
groups:
1719
actions-deps:
1820
patterns:

0 commit comments

Comments
 (0)