From 1649be35ff775817fbe01b371d69bd391e1f80d8 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Sun, 20 Apr 2025 16:00:48 +0200 Subject: [PATCH] ci: group dependabot github action bump reduce pull request noise for github action bump --- .github/dependabot.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52739bc..bc2496d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,21 +14,9 @@ updates: # GitHub actions - package-ecosystem: "github-actions" - directory: "/" - reviewers: - - "elastic/observablt-ci" - schedule: - interval: "weekly" - day: "sunday" - time: "22:00" - groups: - github-actions: - patterns: - - "*" - - # GitHub composite actions - - package-ecosystem: "github-actions" - directory: "/.github/actions/env-install" + directories: + - "/" + - "/.github/actions/*" reviewers: - "elastic/observablt-ci" schedule: