Skip to content

ci: allow bazelModDeps unsafe execution in renovate runner config#3592

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:renovate-bazel
Apr 7, 2026
Merged

ci: allow bazelModDeps unsafe execution in renovate runner config#3592
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:renovate-bazel

Conversation

@alan-agius4
Copy link
Copy Markdown
Contributor

Renovate requires permission to run bazel mod deps --lockfile_mode=update when updating Bazel module dependencies. This commit adds bazelModDeps to allowedUnsafeExecutions in the Renovate runner configuration to prevent updates from failing with permission errors.

Renovate requires permission to run `bazel mod deps --lockfile_mode=update` when updating Bazel module dependencies. This commit adds `bazelModDeps` to `allowedUnsafeExecutions` in the Renovate runner configuration to prevent updates from failing with permission errors.
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Apr 7, 2026
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 7, 2026
Copy link
Copy Markdown
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alan-agius4 alan-agius4 merged commit acb5aee into angular:main Apr 7, 2026
13 checks passed
@alan-agius4
Copy link
Copy Markdown
Contributor Author

This PR was merged into the repository. The changes were merged into the following branches:

@alan-agius4 alan-agius4 deleted the renovate-bazel branch April 7, 2026 16:42
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Renovate runner configuration in .github/ng-renovate/runner-config.js to include bazelModDeps in the allowedUnsafeExecutions list. This change is necessary to support updating Bazel lockfiles via the bazel mod deps --lockfile_mode=update command. I have no feedback to provide as there are no review comments to evaluate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants