From a895bc08b8b674ef65ca8fdf554a249ff7ddf779 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 20 Nov 2024 14:29:55 -0500 Subject: [PATCH] infra: add `@oramacloud/*` to dependabot (#7253) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 135a13bfe048d..4e544ad9176c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -70,6 +70,7 @@ updates: orama: patterns: - '@orama/*' + - '@oramacloud/*' ignore: # Manually update major versions of @types/node with the version specified within .nvmrc - dependency-name: '@types/node'