From 02cd6daba3aa68af3110aea693334f6fdf5543dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 7 Jun 2021 15:12:17 +0200 Subject: [PATCH] Let Dependabot handle tools/ recursively See https://github.com/web-platform-tests/wpt/pull/29235#pullrequestreview-677287231 --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c2797d254b899..7436a725fd5e9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,16 +32,6 @@ updates: open-pull-requests-limit: 1000 - package-ecosystem: pip directory: tools/ - schedule: - interval: monthly - open-pull-requests-limit: 1000 -- package-ecosystem: pip - directory: tools/wpt/ - schedule: - interval: daily - open-pull-requests-limit: 1000 -- package-ecosystem: pip - directory: tools/wptrunner/ schedule: interval: daily open-pull-requests-limit: 1000