From a3ac5edee806d2549c127b86d24b641b47c784d3 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Thu, 24 Nov 2022 20:40:44 +0100 Subject: [PATCH] Configure dependabot for github actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0d5c93..c52d848 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,9 @@ updates: schedule: interval: daily open-pull-requests-limit: 30 + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + open-pull-requests-limit: 30