From 718032b1dc114e86e12a8f0c78284bc848c17f29 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 2 Aug 2022 00:17:20 +0800 Subject: [PATCH] Add github-actions to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf7a39fb..256c6938 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"