Skip to content

Commit dad46eb

Browse files
Rollup merge of rust-lang#158010 - Turbo87:renovate-pin-actions-to-semver, r=marcoieni
renovate: Pin GitHub Action digests to SemVer Switches the `helpers:pinGitHubActionDigests` preset to `helpers:pinGitHubActionDigestsToSemver`. This resolves floating tags (e.g. `v4`) to a full SemVer version behind the digest and tracks SemVer releases instead of floating tags. r? @marcoieni
2 parents febb089 + 9e5ba7c commit dad46eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
// Pin GitHub Actions to their commit SHA digests
5-
"helpers:pinGitHubActionDigests"
4+
// Pin GitHub Actions to their commit SHA digests, resolving floating tags
5+
// (e.g. `v4`) to the full SemVer version (e.g. `v4.1.2`)
6+
"helpers:pinGitHubActionDigestsToSemver"
67
],
78
// Let Renovatebot keep an opened issue that tracks our dependencies
89
"dependencyDashboard": true,

0 commit comments

Comments
 (0)