From 234652393c147a06b9be5109fcf1ef15612f2d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 8 Jun 2024 11:41:07 +0200 Subject: [PATCH] also check github actions in dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce75076..7188068 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