From 3ca3eea4d741a33915f72d19c9d5c54ea51dd62f Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Thu, 23 May 2024 21:13:37 +0200 Subject: [PATCH] Auto-update GitHub actions with Dependabot (#4793) * Auto-update actions with Dependabot * Change `Team:Elastic-Agent` to `Team:Elastic-Agent-Control-Plane` Co-authored-by: Craig MacKenzie --------- Co-authored-by: Craig MacKenzie --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c061c06c56..6b73a26c070 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,15 @@ updates: reviewers: - "elastic/elastic-agent-control-plane" open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: + - automation + - skip-changelog + - Team:Elastic-Agent-Control-Plane + reviewers: + - "elastic/elastic-agent-control-plane" + open-pull-requests-limit: 10