From a8a212ce8e48ed72eb297f814488dda220560591 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 2 Nov 2023 13:15:45 +0100 Subject: [PATCH] dependabot: enable github and composite actions (#3399) --- .github/dependabot.yml | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95d3ce2935..f946033234 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -69,3 +69,57 @@ updates: - dependency-name: "com.amazonaws:aws-java-sdk-s3" - dependency-name: "com.amazonaws:aws-java-sdk-dynamodb" - dependency-name: "software.amazon.awssdk:*" + +# GitHub actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + reviewers: + - "elastic/observablt-ci" + groups: + github-actions: + patterns: + - "*" + +# GitHub composite actions + - package-ecosystem: "github-actions" + directory: "/.github/workflows/maven-goal" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + reviewers: + - "elastic/observablt-ci" + groups: + github-actions: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/.github/workflows/stash" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + reviewers: + - "elastic/observablt-ci" + groups: + github-actions: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/.github/workflows/unstash" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + reviewers: + - "elastic/observablt-ci" + groups: + github-actions: + patterns: + - "*"