From abd647e97515423fb30086df5117f5def6968c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:52:17 +0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9b41ae..2768895 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,15 +5,18 @@ version: 2 updates: - package-ecosystem: gomod directory: / + groups: {any: {patterns: ['*']}} schedule: {interval: monthly} assignees: [tarampampam] - package-ecosystem: github-actions directory: / + groups: {any: {patterns: ['*']}} schedule: {interval: monthly} assignees: [tarampampam] - package-ecosystem: docker directory: / + groups: {any: {patterns: ['*']}} schedule: {interval: monthly} assignees: [tarampampam]