Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Bazel updates configuration to Dependabot
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 committed Dec 6, 2025
commit 94b28d9321ff4e865f3389e86368f6c96b31680f
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down