From 91cf1a1e6f8bcefa89a1123e4b7c361dbf283da8 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Thu, 13 Oct 2022 08:53:48 +0200 Subject: [PATCH] Handle actions with dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6bca6ec..0a5bea1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"