From ab4b22a0e49d0d71ee959e4304a8e6ee8d0267f3 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 24 Dec 2021 14:21:45 +0800 Subject: [PATCH] ci: dependabot for github actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2112d30..9f9b2eb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,10 @@ updates: open-pull-requests-limit: 0 schedule: interval: "weekly" + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + open-pull-requests-limit: 0 + schedule: + interval: "weekly"