From d2a6bdb0e63d2864d1b28d5fee43aaac9e22b462 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 23 Nov 2021 15:50:46 -0500 Subject: [PATCH] - adds dependabot configuration for actions as we added the first workflow --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aec207e..a979ac3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10