From c0f0978a9698e3439afe44483ea417325dd7418b Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Tue, 18 Oct 2022 00:31:19 +0200 Subject: [PATCH] Add GH actions to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8abca40..7a025b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"