From 2a79d5e8000fb3bde6aa4f2a7bd6fc96e4756ab7 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 8 Sep 2025 20:08:21 +0200 Subject: [PATCH] Enable dependabot for actions (#3406) Update GitHub actions with dependabot. Signed-off-by: Ben Kochie --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 202ae236..c0b195d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "monthly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"