From f843d408adc041fc44f48a35669f994d42df60a0 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Sat, 17 Apr 2021 23:27:02 +0900 Subject: [PATCH] Fix bundler directory --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7406652f..daa1e546 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: interval: 'daily' - package-ecosystem: 'bundler' - directory: '/' + directory: '/extension-installer' schedule: interval: 'daily'