From 815b7bcf98cf334c7e49a16d4758c26e9a2bab26 Mon Sep 17 00:00:00 2001 From: Zhiqiang Wang Date: Tue, 19 Oct 2021 17:23:30 +0800 Subject: [PATCH] Add dependabot for GH actions (#5250) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c489a753aa95..c1b3d5d514c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,14 @@ updates: - glenn-jocher labels: - dependencies + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + time: "04:00" + open-pull-requests-limit: 5 + reviewers: + - glenn-jocher + labels: + - dependencies