Skip to content

Commit 94b28d9

Browse files
committed
Add Bazel updates configuration to Dependabot
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent f8c573d commit 94b28d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
44
version: 2
55
updates:
6+
- package-ecosystem: bazel
7+
directory: /
8+
groups:
9+
bazel:
10+
patterns:
11+
- "*" # Group all Bzlmod updates into a single larger pull request
12+
schedule:
13+
interval: weekly
614
- package-ecosystem: github-actions
715
directory: /
816
groups:

0 commit comments

Comments
 (0)