From 048fd290135c2cd284f224ce58cc65ad63456564 Mon Sep 17 00:00:00 2001 From: "Marlon (Esolitos) Saglia" Date: Tue, 31 Oct 2023 12:50:47 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a7695c..9787554 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,12 @@ version: 2 updates: + - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"