From e7b694c31b8970d95f6152112e688803a1950654 Mon Sep 17 00:00:00 2001 From: Elmar Athmer Date: Mon, 6 May 2024 20:29:43 +0200 Subject: [PATCH] enable dependabot for github-actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d08..b2c5358 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: weekly