Skip to content

Commit 8ea26ff

Browse files
committed
feat: add autoupdate dependencies via Bazel Steward
1 parent eb0a620 commit 8ea26ff

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Update dependencies via Bazel Steward
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "30 5 * * *" # runs every day at 5:30 am
7+
8+
jobs:
9+
bazel-steward:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
15+
- uses: VirtusLab/bazel-steward@v1.7.1
16+

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Bump in the version of multiple dependencies, to accommodate for incompatible flags and ease future migrations
1313
- Autogenerate documentation for the bcr
1414
- Add 'rolling' to the CI bazel versions
15+
- Update dependencies notification via Bazel Steward
1516

1617
## [2.5.0]
1718

0 commit comments

Comments
 (0)