From 24f1cacff06564b1eb9be84af5b5251ff73f693f Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 1 Oct 2024 11:00:54 -0700 Subject: [PATCH] chore: flail (take 2) to attempt to fix dependabot updates for examples/ dir This time we'll remove the grouping to see if that helps. We would *like* dependabot updates for examples/ to all be in a single group, but that isn't working, so we'll take separate update PRs instead if that works. Refs: #384 (flail attempt 1) --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 357e87e..dbf1f72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -67,10 +67,6 @@ updates: open-pull-requests-limit: 10 reviewers: - "elastic/apm-agent-node-js" - groups: - the-examples: - patterns: - - "*" - package-ecosystem: "github-actions" directory: "/"