From 2ae758d3b3674a8f7a1f332a16e52ae448950ba0 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Mon, 7 Jun 2021 10:42:35 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a23a39..7017396 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,10 @@ version: 2 updates: -- package-ecosystem: docker +- package-ecosystem: "docker" directory: "/" schedule: - interval: weekly - assignees: - - "angristan" - reviewers: - - "angristan" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"