From d57feac1be5efa271e482d5b6f202caaafe85eb5 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 13 Jan 2025 14:03:25 -0800 Subject: [PATCH] chore(instrumentation-openai): add dependabot updates --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbf1f721..32156b89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,18 @@ updates: patterns: - "*" + - package-ecosystem: "npm" + directory: "/packages/instrumentation-openai" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + reviewers: + - "elastic/apm-agent-node-js" + groups: + instrumentation-openai: + patterns: + - "*" + - package-ecosystem: "npm" directory: "/" schedule: