From 561122aacb9691beacde1de3de0d6dd0e3c780db Mon Sep 17 00:00:00 2001 From: fredga Date: Fri, 15 Sep 2023 17:50:29 +0200 Subject: [PATCH] add actions updater feature --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb4bfe6e..aad71833 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"