From f1ba13192bcdb1f34ec315b671fbd2d047c90a54 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Wed, 7 Sep 2022 18:03:34 -0400 Subject: [PATCH] Add dependabot for github-actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 66efae6..2d34a20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: interval: "daily" assignees: - "jlaffaye" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"