Skip to content

Commit e53cf6e

Browse files
committed
ci: add Dependabot configuration
1 parent 43ce16a commit e53cf6e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: bazel
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
9+
- package-ecosystem: gomod
10+
directory: /
11+
schedule:
12+
interval: weekly
13+
14+
- package-ecosystem: github-actions
15+
directory: /
16+
schedule:
17+
interval: weekly

0 commit comments

Comments
 (0)