From f34f146f1adc7f920e5ea9fc9a5b5ea9e5769da7 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 11 Jan 2022 07:42:39 -0800 Subject: [PATCH] Update js client path for dependabot (#3264) Summary: This has been failing since the move in D31688105 (https://github.com/facebook/flipper/commit/9a47f4105616c24592fdfc93111d9054c6ccadf7). Pull Request resolved: https://github.com/facebook/flipper/pull/3264 Test Plan: _eyes_ Reviewed By: antonk52 Differential Revision: D33509970 Pulled By: passy fbshipit-source-id: 5cb49cc96fe7d74fa9a1820a99daf79641f25837 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2deaa4fa0..f30211e18 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,7 @@ updates: update-types: ["version-update:semver-major"] - dependency-name: "@types/*" - package-ecosystem: npm - directory: "/flipper-js-client-sdk" + directory: "/js/js-flipper" schedule: interval: weekly time: '13:00'