Skip to content

Commit

Permalink
enable dependabot on firebase functions
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Feb 12, 2024
1 parent 939b971 commit 96e6d49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down

0 comments on commit 96e6d49

Please sign in to comment.