Skip to content

Commit 99e20c2

Browse files
authored
Add bazel dependabot config (#1541)
# Description Add bazel dependabot config.
1 parent 4cb1ea3 commit 99e20c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ updates:
77
schedule:
88
# Check for updates to GitHub Actions every week
99
interval: "weekly"
10+
- package-ecosystem: "bazel"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)