-
Notifications
You must be signed in to change notification settings - Fork 11.9k
ci: enable Renovate on non-base branches #30971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@angular-robot
angular-robot
bot
added
the
area: build & ci
Related the build and CI infrastructure of the project
label
Aug 20, 2025
@alan-agius4
alan-agius4
force-pushed
the
renovate-base
branch
from
August 20, 2025 10:05
033e85f
to
042ada9
Compare
@alan-agius4
alan-agius4
added
the
target: rc
This PR is targeted for the next release-candidate
label
Aug 20, 2025
@alan-agius4
alan-agius4
added
the
action: review
The PR is still awaiting reviews from at least one requested reviewer
label
Aug 20, 2025
@alan-agius4
alan-agius4
force-pushed
the
renovate-base
branch
from
August 20, 2025 11:23
042ada9
to
4d558cb
Compare
jkrems
jkrems
approved these changes
Aug 20, 2025
@alan-agius4
alan-agius4
added
action: merge
The PR is ready for merge by the caretaker
target: minor
This PR is targeted for the next minor release
and removed
action: review
The PR is still awaiting reviews from at least one requested reviewer
action: merge
The PR is ready for merge by the caretaker
target: rc
This PR is targeted for the next release-candidate
labels
Aug 20, 2025
Blocking until angular/dev-infra#2978 lands.
@alan-agius4
alan-agius4
added
action: merge
The PR is ready for merge by the caretaker
state: blocked
labels
Aug 20, 2025
This change allows Renovate to run on all branches, not just the base branch. Note that it will only update cross-repo, Bazel, and GitHub Actions dependencies on these branches. The `postUpgradeTasks` has also been removed as it has been moved into the preset.
@alan-agius4
alan-agius4
force-pushed
the
renovate-base
branch
from
August 20, 2025 13:47
4d558cb
to
b981c22
Compare
@alan-agius4
alan-agius4
merged commit Aug 20, 2025
9145301
into
angular:main
53 of 54 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This change allows Renovate to run on all branches, not just the base branch. Note that it will only update cross-repo, Bazel, and GitHub Actions dependencies on these branches.
The
postUpgradeTasks
has also been removed as it has been moved into the preset. See: angular/dev-infra#2978