From 9d981d27414d8479a7558bcd0b8b2f57de5e9d5c Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Mon, 6 May 2024 12:29:58 +0200 Subject: [PATCH] Group mkdocs version bumps There might be cases in which some mkdocs extensions pin certain minor mkdocs versions. Then we're forced to update them in lockstep with the main mkdocs version. Signed-off-by: Tom Wieczorek --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eac997d313a2..a5732845a2ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -61,6 +61,10 @@ updates: directory: /docs schedule: interval: daily + groups: + mkdocs: + patterns: + - "mkdocs*" - package-ecosystem: gomod directory: /hack/tool