Skip to content

Commit 6ec15af

Browse files
askbCopilot
andcommitted
CI: Add Dependabot cooldown for github-actions
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. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Change-Id: I0af57813eca00351154c061a7f9679e600159903 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
1 parent 50d8e24 commit 6ec15af

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)