From 05409f9a85930409e90bb2424182ed9aee7a0ce4 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Tue, 24 Oct 2023 10:43:25 +0200 Subject: [PATCH] added dependabot for gh actions (#334) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cd4254..080cbdc 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