We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98594f4 commit 9e5ba7cCopy full SHA for 9e5ba7c
1 file changed
.github/renovate.json5
@@ -1,8 +1,9 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- // Pin GitHub Actions to their commit SHA digests
5
- "helpers:pinGitHubActionDigests"
+ // Pin GitHub Actions to their commit SHA digests, resolving floating tags
+ // (e.g. `v4`) to the full SemVer version (e.g. `v4.1.2`)
6
+ "helpers:pinGitHubActionDigestsToSemver"
7
],
8
// Let Renovatebot keep an opened issue that tracks our dependencies
9
"dependencyDashboard": true,
0 commit comments