From f8d428d9de642a94c2cf89dc20ade10708710b3c Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Sun, 20 Apr 2025 15:58:07 +0200 Subject: [PATCH 1/3] ci: group dependabot 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 355567ef..b1c97fcc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,9 @@ updates: # GitHub actions - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" reviewers: - "elastic/observablt-ci" schedule: @@ -14,17 +16,3 @@ updates: github-actions: patterns: - "*" - - # GitHub composite actions - - package-ecosystem: "github-actions" - directory: "/.github/workflows/bootstrap" - schedule: - interval: "weekly" - day: "sunday" - time: "22:00" - reviewers: - - "elastic/observablt-ci" - groups: - github-actions: - patterns: - - "*" From 2f6107a079466bb174112005a6c3843ff9d8248c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 22 Apr 2025 11:00:16 +0200 Subject: [PATCH 2/3] Update .github/dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1c97fcc..e679d27b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: directories: - "/" - "/.github/actions/*" + - "/.github/workflows/*" reviewers: - "elastic/observablt-ci" schedule: From bcadac6b0865c34556e8dcd35d4f1695d6875b51 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Thu, 1 May 2025 01:32:08 +0200 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e679d27b..d04acf7e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,6 @@ updates: - package-ecosystem: "github-actions" directories: - "/" - - "/.github/actions/*" - "/.github/workflows/*" reviewers: - "elastic/observablt-ci"