rules-template icon indicating copy to clipboard operation
rules-template copied to clipboard

A template for creating a new Bazel ruleset

Results 25 rules-template issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [andstor/file-existence-action](https://togithub.com/andstor/file-existence-action) | action | major | `v1` -> `v2` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io_bazel_rules_go](https://togithub.com/bazelbuild/rules_go) | http_archive | minor | `v0.35.0` -> `v0.37.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel_skylib](https://togithub.com/bazelbuild/bazel-skylib) | http_archive | minor | `1.2.1` -> `1.3.0` | ---...

Using quotes for the items in path does not resolve `~` correctly and thus leads to the following warning in the post section: ``` Warning: Path Validation Error: Path(s) specified...

With the upcoming release of 6.0.0 would it make sense to set the default implementation for new rule sets to use bzlmod by default? Could we at least consider showing...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bazel](https://togithub.com/bazelbuild/bazel) | patch | `7.1.0` -> `7.1.1` | --- ### Release Notes bazelbuild/bazel...

In https://github.com/bazelbuild/rules_pkg/issues/716#issuecomment-1742206745 there's a suggestion that rules need complexity in their release process in order to make them secure. I believe we have already followed excellent security practices in the...

There seems to be an issue with the buildifier check on Windows CI. The error is [the following](https://github.com/bazel-contrib/rules-template/actions/runs/5017308356/jobs/8995269823#step:7:46) ``` ERROR: D:/a/rules-template/rules-template/.github/workflows/BUILD.bazel:3:11: While resolving toolchains for target //.github/workflows:buildifier.check: No matching toolchains...

I recently observe in https://github.com/aherrmann/rules_zig/ that the toolchain is managed via a rule called `zig_repository`, which follow the template convention of `mylang_repository`. However, what I am used to in Go...