From 97952d12b15268b54bc077ada152053a84a261da Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 14 Jan 2025 07:18:32 -0800 Subject: [PATCH] chore: disable dependabot updates of the test app used for the experimental Next.js instrumentation (#4415) The next.js instrumentation is experimental and support is locked to an old/deprecated version of Next.js and is unlikely to move forward from there. There is no value in dependabot updates for this test app. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 084410981aa..de123d0346f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -55,14 +55,6 @@ updates: reviewers: - "elastic/apm-agent-node-js" - - package-ecosystem: "npm" - directory: "/test/instrumentation/modules/next/a-nextjs-app" - schedule: - interval: "weekly" - open-pull-requests-limit: 5 - reviewers: - - "elastic/apm-agent-node-js" - - package-ecosystem: "npm" directory: "/test/opentelemetry-bridge" schedule: