From 96e6d495064851e17a6d6afb911617043850ab7b Mon Sep 17 00:00:00 2001 From: Cody Zuschlag Date: Mon, 12 Feb 2024 14:40:18 +0100 Subject: [PATCH] enable dependabot on firebase functions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ec7465..77c9293 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,12 @@ updates: schedule: interval: "weekly" + # Also check deps on the firebase functions + - package-ecosystem: "pnpm" # See documentation for possible values + directory: "/functions" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) directory: "/"