From 6a8e8592faf64dc09967314538665c026480f32d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 26 Mar 2025 13:22:51 +0100 Subject: [PATCH] github-actions: enable dependabot --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ee85a87f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directories: + - '/' + - '/.github/actions/*' + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + reviewers: + - "elastic/observablt-ci" + - "elastic/observablt-ci-contractors" + groups: + github-actions: + patterns: + - "*"