From e4d9545fe80ab00fa8ced77f7e80979acd1fdd39 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 21 Mar 2024 05:48:26 +0000 Subject: [PATCH] Use dependabot for gh actions as well --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b00c3bd2..d36f83a2 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"