From b345e9859a3e413c6ea7a1c4c66e5151993dc87e Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 1 Oct 2021 16:50:33 +0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a988de8..b4fc454 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,16 @@ # Docs: version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "tarampampam" - assignees: - - "tarampampam" - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "tarampampam" - assignees: - - "tarampampam" +updates: + - package-ecosystem: github-actions + directory: / + schedule: {interval: monthly} + reviewers: [tarampampam] + assignees: [tarampampam] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [tarampampam] + assignees: [tarampampam]