From d0f30e0e45bf5cad3cc8917b9f545551b3fb3b27 Mon Sep 17 00:00:00 2001 From: "Breno A." Date: Wed, 9 Oct 2024 12:37:30 -0300 Subject: [PATCH] ci: add actions and docs to dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4cd657..8f2085d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,12 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/docs/" # Location of package manifests + schedule: + interval: "weekly" +