From 30b48eb8221fa7820fe4deb251ef1856077a7965 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Thu, 21 Nov 2024 21:07:12 +0100 Subject: [PATCH] chore(NODE-6567): add dependabot for github actions (#213) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2da58a2..7a3b97f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ version: 2 updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: