Skip to content

Commit 8678abb

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: I7d6b5dbb167d50a74f48d4a5fc96072ae6cf37f1 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
1 parent 006946a commit 8678abb

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)