From f9489767edb6f74d146bed12202a9ff0948104f8 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Larsen Date: Tue, 18 Jun 2024 14:31:32 +0200 Subject: [PATCH] Group go.mod updates Signed-off-by: Mikkel Oscar Lyderik Larsen --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53783ecb..f4f3fbcd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,18 @@ version: 2 updates: - package-ecosystem: gomod directory: "/" - schedule: - interval: monthly - time: "07:00" + # schedule: + # interval: monthly + # time: "07:00" open-pull-requests-limit: 10 + groups: + all-go-mod-patch-and-minor: + patterns: ["*"] + update-types: ["patch", "minor"] + ignore: + # Ignore k8s and its transitives modules as they are upgraded manually + - dependency-name: "k8s.io/*" + update-types: [ "version-update:semver-major", "version-update:semver-minor" ] - package-ecosystem: docker directory: "/" schedule: