From f3dbe5cd2046e2e7244e721a34e1955989d7c1c4 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Fri, 15 Nov 2024 14:59:17 -0300 Subject: [PATCH] add react-navigation group to dependabot (#1991) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a680825e..ff0f28ff0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,9 @@ updates: storybook: patterns: - '@storybook/*' + react-navigation: + patterns: + - '@react-navigation/*' - package-ecosystem: 'npm' directory: '/generators/react-native/resources/expo/' schedule: