This aligns it with
https://github.com/bazel-contrib/rules-template/blob/main/renovate.json
a bit and removes some stuff I don't think we need atm (the
webpack/`@types`/rollup is unnecessary when `{e2e,examples}/` is ignored
etc).
I'm mainly hoping to stop the bot from updating MODULE deps which should
be _minimum_ versions, not latest. The custom `packageRules` we have
were overriding the one for MODULE that comes from `rules-template`
which is most likely the reason we are seeing renovate PRs upgrading the
root MODULE.
### Changes are visible to end-users: no
### Test plan
- Covered by existing test cases
This aligns it with https://github.com/bazel-contrib/rules-template/blob/main/renovate.json a bit and removes some stuff I don't think we need atm (the webpack/
@types/rollup is unnecessary when{e2e,examples}/is ignored etc).I'm mainly hoping to stop the bot from updating MODULE deps which should be minimum versions, not latest. The custom
packageRuleswe have were overriding the one for MODULE that comes fromrules-templatewhich is most likely the reason we are seeing renovate PRs upgrading the root MODULE.Changes are visible to end-users: no
Test plan