From 94b28d9321ff4e865f3389e86368f6c96b31680f Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Sat, 6 Dec 2025 22:14:13 +0100 Subject: [PATCH] Add Bazel updates configuration to Dependabot Signed-off-by: Matthieu MOREL --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be006de9..ceb366be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,14 @@ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem version: 2 updates: + - package-ecosystem: bazel + directory: / + groups: + bazel: + patterns: + - "*" # Group all Bzlmod updates into a single larger pull request + schedule: + interval: weekly - package-ecosystem: github-actions directory: / groups: