From fb681a846e31fb1a7abb75e923b645d48cfc6ea5 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:56:31 +0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba2a004..65104cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,12 @@ version: 2 updates: - 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]