From f48c38ea7a098bce238bec834b52ebbb3a704554 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 2 Nov 2023 14:39:38 +0100 Subject: [PATCH 1/2] 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 000000000..bc32b0d4e --- /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: + - "*" From b36b7ef06536c8c962cec7845a659e1e33aa07aa Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 2 Nov 2023 17:28:09 +0100 Subject: [PATCH 2/2] chore: rename file to be .yml --- .github/{dependabot.yaml => dependabot.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yaml => dependabot.yml} (100%) diff --git a/.github/dependabot.yaml b/.github/dependabot.yml similarity index 100% rename from .github/dependabot.yaml rename to .github/dependabot.yml