From a427c3ce6cc362c25668181c25bc78545790a482 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 2 Nov 2023 14:45:22 +0100 Subject: [PATCH] dependabot: enable github and composite actions --- .github/dependabot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..bc32b0d4 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,16 @@ +version: 2 +updates: + + # GitHub actions + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "elastic/observablt-ci" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*"