From b50703737b2411fed1b0496158f37346d2830173 Mon Sep 17 00:00:00 2001 From: Jacob Salway Date: Sun, 29 Sep 2024 23:29:38 +1000 Subject: [PATCH] Revert "Group monthly dependabot updates for gomod (#2190)" (#2203) This reverts commit bae7c27e108e701c2332259f2238e18d120369d6. Signed-off-by: Jacob Salway --- .github/dependabot.yml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7c7381e8..b6b6a6ccc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,16 @@ version: 2 updates: - - package-ecosystem: gomod - directory: / + - package-ecosystem: "gomod" + directory: "/" schedule: - interval: monthly - groups: - go-deps: - patterns: - - "*" + interval: "weekly" - - package-ecosystem: docker - directory: / + - package-ecosystem: "docker" + directory: "/" schedule: - interval: weekly + interval: "weekly" - - package-ecosystem: github-actions - directory: / + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: weekly + interval: "weekly"