From 29edb5a47285ac9947f7816e6df73210552fd937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan-Luis=20de=20Sousa-Valadas=20Casta=C3=B1o?= Date: Wed, 24 Jul 2024 10:59:56 +0200 Subject: [PATCH] Group mkdocs version bumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Juan-Luis de Sousa-Valadas CastaƱo --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6b65928..82555e78 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,7 @@ updates: open-pull-requests-limit: 3 schedule: interval: daily + groups: + mkdocs: + patterns: + - "mkdocs*"