From 8bff676fb0bd344936fef0c3f2d9742c26dfda07 Mon Sep 17 00:00:00 2001 From: 3mc4 <101384011+3mc4@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:13:42 +0800 Subject: [PATCH] Maintain dependencies for GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12389a7b..b69c1776 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"