From 93ff561b54738d1890b86887b25bd7b5a3309f5e Mon Sep 17 00:00:00 2001 From: 030 Date: Sat, 14 Dec 2024 08:27:41 +0100 Subject: [PATCH] build(fix): [#663] Aggregate Dependabot gomod updates --- .github/dependabot.yml | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4be52490..76487a64 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,19 @@ --- version: 2 updates: - - package-ecosystem: 'docker' - directory: '/' - reviewers: - - '030' + - package-ecosystem: "docker" + directory: "/" schedule: - interval: 'daily' - - package-ecosystem: 'github-actions' - directory: '/' - reviewers: - - '030' + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: 'daily' - - package-ecosystem: 'gomod' - directory: '/' - reviewers: - - '030' + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" schedule: - interval: 'daily' + interval: "weekly" + groups: + gomod-all: + patterns: + - "*"