From cf158d1446b13ee8584f8a346325c89def8ef255 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Sun, 22 May 2022 11:20:46 -0300 Subject: [PATCH] Include github-actions to dependabot check. --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74e23e8..ffda613 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,8 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: daily - time: "08:00" + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"