File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments