feat(renovate-presets): pin GitHub Actions to SHA digests and ignore next tag for angular/dev-infra - #3886
Merged
alan-agius4 merged 1 commit intoJul 30, 2026
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Renovate presets configuration by adding the 'helpers:pinGitHubActionDigests' helper and disabling 'next' tag tracking for 'angular/dev-infra'. A review comment suggests using 'matchPackageNames' with glob patterns instead of 'matchDepNames' to ensure that sub-paths and sub-actions within the 'angular/dev-infra' repository are correctly matched.
alan-agius4
force-pushed
the
renovate-pin-github-actions
branch
from
July 30, 2026 10:56
e98e7f2 to
46fca82
Compare
| { | ||
| followTag: null, | ||
| matchDepNames: ['@angular/benchpress'], | ||
| matchDepNames: ['@angular/benchpress', 'angular/dev-infra'], |
Member
There was a problem hiding this comment.
Should this be @angular/dev-infra?
Contributor
Author
There was a problem hiding this comment.
This is mainly for the github actions so it's not published. But I can add add that.
alan-agius4
force-pushed
the
renovate-pin-github-actions
branch
from
July 30, 2026 14:32
46fca82 to
b010fb7
Compare
…next tag for angular/dev-infra Extend the `helpers:pinGitHubActionDigests` Renovate preset in `default.json5` to automatically pin GitHub Actions to immutable commit SHAs with a trailing version comment (e.g. `@<sha> # <sha>` or `@<sha> # <tag>`). Additionally, configure `followTag: null` for `angular/dev-infra` since action references from `angular/dev-infra` do not publish a `next` tag.
alan-agius4
force-pushed
the
renovate-pin-github-actions
branch
from
July 30, 2026 14:36
b010fb7 to
325a257
Compare
Contributor
Author
|
This PR was merged into the repository. The changes were merged into the following branches:
|
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
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.
Description
Extends the
helpers:pinGitHubActionDigestsRenovate preset indefault.json5to automatically pin GitHub Actions to immutable commit SHAs with a trailing version comment (e.g.@<sha> # <sha>or@<sha> # <tag>).Additionally, configures
followTag: nullforangular/dev-infrasince action references fromangular/dev-infrado not publish anexttag.Changes
renovate-presets/default.json5:'helpers:pinGitHubActionDigests'toextendsarray.followTag: nullforangular/dev-infra.