From 2e17bb199ac542a701064ccc648ef6162207f412 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Sat, 27 Jun 2020 14:20:56 +0200 Subject: [PATCH] Add github actions to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9853a4..8a776ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"