From 9051fc5465f2ad54d8e5de0491a70193e0ecc438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Fri, 30 Sep 2022 20:08:50 -0400 Subject: [PATCH] Add github-actions to Dependabot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4987cae..20b7953c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,9 @@ updates: interval: monthly time: "04:00" timezone: Europe/Berlin +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly + time: "04:00" + timezone: Europe/Berlin