From 3011ce18a5e94f9d15f0c18ab2b58c993a3018d7 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 31 Jan 2024 13:59:30 -0800 Subject: [PATCH] feat(ci): unleash dependabot on our github actions (#26912) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74480b7b30489..a166c85a6dcfd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "npm" ignore: # not until node >= 18.12.0