From d84846f4af86819f7f4f0ab421ea6e0b406346d8 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sat, 12 Jun 2021 14:32:43 +0200 Subject: [PATCH] Add dependabot for github actions --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 076e6dd..44dc769 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,13 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 - package-ecosystem: "pip" - directory: "/" # Location of package manifests + directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10