From c483452a6a4e2f97b0a507abcbc56b154d79b094 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 28 Oct 2024 11:15:36 +0100 Subject: [PATCH] ci(dependabot): check for GitHub action updates We already use Dependabot for cargo updates, use it for GitHub action updates, too. Right now we see warnings every now and then because Node wants another upgrade or some checkout stuff is about to be deprecated. Signed-off-by: Paul Spooren --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 219c13a..47f8834 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"