We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0a620 commit 8ea26ffCopy full SHA for 8ea26ff
2 files changed
.github/workflows/dependencies.yml
@@ -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
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump in the version of multiple dependencies, to accommodate for incompatible flags and ease future migrations
- Autogenerate documentation for the bcr
- Add 'rolling' to the CI bazel versions
+- Update dependencies notification via Bazel Steward
17
## [2.5.0]
18
0 commit comments