From 22d480eacb829f87424f1843c106d7e66aafa3cf Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 12 Sep 2022 22:44:37 -0700 Subject: [PATCH] Watch the new `updater/Gemfile` Now that we've merged `updater` into `core`, we should also have Dependabot watch its `Gemfile`. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 245901cca19..0618296234e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/common" schedule: interval: "weekly" + - package-ecosystem: "bundler" + directory: "/updater" + schedule: + interval: "weekly" # Watch the per-ecosystem gemspecs - package-ecosystem: "bundler"