bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
75 stars 20 forks source link

chore: update Renovate config with recommended ruleset settings #84

Closed cgrindel closed 1 year ago

cgrindel commented 1 year ago

Configure Renovate to disable updates for the ruleset, but allow updates for example and test workspaces.

Related to https://github.com/bazel-contrib/SIG-rules-authors/discussions/82.

cgrindel commented 1 year ago

@alexeagle @keith I am seeing a buildifier error in CI. However, the PR does not touch any Starlark files. It looks like it has been failing for some recent PRs that have merged.

Two questions:

  1. Should the buildifier.check work in this template?
  2. Is this repo configured to ensure that all checks pass before merging?
keith commented 1 year ago

https://github.com/bazel-contrib/rules-template/pull/85

cgrindel commented 1 year ago

@keith Thanks!