From 5c63c7f37c5b645be7614a77c2a2e503cfb8375c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 25 Jan 2025 14:34:15 +0100 Subject: [PATCH] dependabot for github actions --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a875309e8..7b01918c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,18 @@ updates: elastic-apm: patterns: - "go.elastic.co/apm/*" + + # GitHub actions + - package-ecosystem: github-actions + directories: + - '/' + reviewers: + - "elastic/observablt-ci" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*"