From 649ee400233eabd90ac71a8c27340cbae1cc1558 Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Fri, 14 Feb 2025 11:22:11 -0500 Subject: [PATCH 1/3] Remove Team:Fleet from dependabot.yml --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b01918c4..f619f5aa1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,6 @@ updates: labels: - automation - dependency - - Team:Fleet allow: # Only update internal dependencies for now while we evaluate this workflow. - dependency-name: "github.com/elastic/*" From fcda4127f471621e267c6018b741a4223288af07 Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Fri, 14 Feb 2025 11:25:53 -0500 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f619f5aa1..f1fb062a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,6 @@ updates: # Only update internal dependencies for now while we evaluate this workflow. - dependency-name: "github.com/elastic/*" - dependency-name: "go.elastic.co/*" - reviewers: - - "elastic/fleet" open-pull-requests-limit: 10 groups: elastic-apm: From 0caf68d13ba3756b434e67994d816aa6a76106dd Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Fri, 14 Feb 2025 11:53:53 -0500 Subject: [PATCH 3/3] Use control plane team label --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1fb062a5..03645115a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: labels: - automation - dependency + - Team:Elastic-Agent-Control-Plane allow: # Only update internal dependencies for now while we evaluate this workflow. - dependency-name: "github.com/elastic/*"