From c728c5128a53c176f0dc600e64250f602e2d2c64 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 11 Jun 2022 17:16:49 -0700 Subject: [PATCH] have dependabot monitor github-actions too --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf7a39fb..6e549e66 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" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" -- 2.47.3