Skip to content

Commit 9e5ba7c

Browse files
committed
renovate: Pin GitHub Action digests to SemVer
1 parent 98594f4 commit 9e5ba7c

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)