Skip to content

Commit 9539f2f

Browse files
authored
Merge pull request #175 from dbast/pin-renovate
Enable renovate to pin Actions to sha1 and semver
2 parents aad4864 + cd85da1 commit 9539f2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
"helpers:pinGitHubActionDigestsToSemver"
56
],
67
"pre-commit": {
78
"enabled": true

0 commit comments

Comments
 (0)