From 9bb23d8da648df32df0095150ff82bbe3c895c6f Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 29 Oct 2023 16:30:52 +0100 Subject: [PATCH] Update dependabot.yml Signed-off-by: L3D --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dde6f4a..851f384 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,12 @@ # See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"