From 891603ea32778a5f8178394c5a2c4c912b856bc9 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 1 Oct 2024 11:31:36 -0700 Subject: [PATCH] chore: flail (take 2) to attempt to fix dependabot updates for examples/ dir (#386) 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 357e87ec..dbf1f721 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: "/"