Brightspace / rules_csharp

Bazel rules for C#
Apache License 2.0
8 stars 5 forks source link

Check for new Bazel version in a cronjob #155

Open j3parker opened 3 years ago

j3parker commented 3 years ago

Use a scheduled github workflow to bump the version number of Bazel here: https://github.com/Brightspace/rules_csharp/blob/master/.bazelci/presubmit.yml#L2

It should do this via a PR (ala dependabot).

Pinning our version of Bazel like this allows us to triage breaking changes independent of other changes.