From d787cff0232536152a918f7964ab4e3a49977c50 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 2 Nov 2023 22:14:47 +0100 Subject: [PATCH] chore: enable dependabot version updates of github-actions yaml files (#864) --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..bc32b0d4 --- /dev/null +++ b/.github/dependabot.yml @@ -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: + - "*"