From 55bb9260fc1b91550c4ade7d1847b85bc31da89d Mon Sep 17 00:00:00 2001 From: F-G Fernandez <26927750+frgfm@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:43:00 +0100 Subject: [PATCH] ci(dependabot): fix dependabot config --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0883ba7..1c026fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,9 @@ version: 2 updates: - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: "weekly" + interval: "monthly" day: "monday" time: "06:00" timezone: "Europe/Paris" @@ -20,6 +21,7 @@ updates: assignees: - "frgfm" - package-ecosystem: "pip" + directory: "/" schedule: interval: "monthly" day: "monday"