From 7de307db378b86e88df32a371542a20cff779a12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 27 Jan 2022 11:48:29 +0000 Subject: [PATCH] Bug 1750707 [wpt PR 32427] - Stop updating JavaScript dependencies with Dependabot, a=testonly Automatic update from web-platform-tests Stop updating JavaScript dependencies with Dependabot (#32427) None of this code is run in CI, and the updates are merely creating noise. -- wpt-commits: 8820b24e86cda37282cb067a6a9e92f7a2e60ac0 wpt-pr: 32427 --- testing/web-platform/tests/.github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/testing/web-platform/tests/.github/dependabot.yml b/testing/web-platform/tests/.github/dependabot.yml index 3d2633bac81f..7392d96c948b 100644 --- a/testing/web-platform/tests/.github/dependabot.yml +++ b/testing/web-platform/tests/.github/dependabot.yml @@ -5,26 +5,11 @@ updates: schedule: interval: weekly open-pull-requests-limit: 1000 -- package-ecosystem: npm - directory: webrtc/tools/ - schedule: - interval: weekly - open-pull-requests-limit: 1000 -- package-ecosystem: npm - directory: tools/scripts/ - schedule: - interval: weekly - open-pull-requests-limit: 1000 - package-ecosystem: pip directory: css/ schedule: interval: weekly open-pull-requests-limit: 1000 -- package-ecosystem: npm - directory: css/css-writing-modes/tools/generators/ - schedule: - interval: weekly - open-pull-requests-limit: 1000 - package-ecosystem: pip directory: docs/ schedule: -- 2.11.4.GIT