You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renovate supports MODULE.bazel pattern but treats it as an exact file, rather than a suffix, and so does not support *.MODULE.bazel
While it's common for most projects to start with a single bazel module file MODULE.bazel, larger monorepos often refactor and segregate this file into sub-modules, blah.MODULE.bazel.
Renovate debug logs show a file search for the pattern (^|/)MODULE.bazel$ which is too strict but could be modified to support blah.MODULE.bazel
We've been using renovate for a while, but since we've had to refactor the MODULE.bazel file, we're no longer receiving pull requests as the subfile are not detected as bazel modules.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
[In the context of Bazel support]
Renovate supports
MODULE.bazelpattern but treats it as an exact file, rather than a suffix, and so does not support*.MODULE.bazelWhile it's common for most projects to start with a single bazel module file
MODULE.bazel, larger monorepos often refactor and segregate this file into sub-modules,blah.MODULE.bazel.Renovate debug logs show a file search for the pattern (^|/)MODULE.bazel$ which is too strict but could be modified to support
blah.MODULE.bazelMinimum demonstration project showing how renovate currently doesn't support this: https://github.com/daniel-b2c2/bazel-module-issue
Proof that I'm not just making this up
MODULE.bazelis a suffix and so*.MODULE.bazelis permitted: https://github.com/bazelbuild/bazel/pull/22075/filesWe've been using renovate for a while, but since we've had to refactor the MODULE.bazel file, we're no longer receiving pull requests as the subfile are not detected as bazel modules.
Many thanks for considering this extension.
All reactions