From f103952079c93feea14626033d5ee139f788cb0d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Nov 2023 14:47:13 +0100 Subject: [PATCH] chore: enable dependabot version updates of github-actions yaml files (#475) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d75969c5..a40ec5d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,17 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] + + # GitHub actions + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "elastic/observablt-ci" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*"