From 64d2c75b83bf13a201363d6842ea343fc9d9884f Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Sat, 13 May 2023 21:05:03 +0800 Subject: [PATCH 1/2] Monitor actions/setup-build/action.yaml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 640c30ea56..9f9b74d8e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: ".github/actions/setup-buil" + schedule: + interval: "weekly" From 8af5a37649b9e8241e9bc95758c9dddd3ac15b5a Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Sun, 14 May 2023 17:53:31 +0800 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: fendor --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f9b74d8e0..cfee701dc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,6 @@ updates: interval: "weekly" - package-ecosystem: "github-actions" - directory: ".github/actions/setup-buil" + directory: ".github/actions/setup-build" schedule: interval: "weekly"