From 037781693e1445a99cc8505cf65654017bd97e77 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Tue, 18 Oct 2022 00:32:34 +0200 Subject: [PATCH] Add GH actions to dependabot --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1f9469..b6baa08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,11 @@ updates: interval: "daily" open-pull-requests-limit: 20 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + # registries: # npm-github: # type: npm-registry @@ -21,7 +26,3 @@ updates: # registries: # - npm-github -# - package-ecosystem: "github-actions" -# directory: "/" -# schedule: -# interval: "daily"