From 430eed31129bf92e1c6fdc0fb6f43f397349b065 Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Thu, 5 Jan 2023 19:42:09 +0100 Subject: [PATCH] Ensure dependabot correctly picks up package.json files for eslint-configs and packages Hopefully this'll work with a glob pattern. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2eded528..81436131 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,16 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/packages/*" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/eslint-configs/*" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: