diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-13 01:06:19 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-13 01:06:19 +0530 |
commit | b8bc9d373a0def6b2160ea2c0f4e18ae46df4e2f (patch) | |
tree | d0f2b505d9b42090d508d61f477311544de6da93 /.github | |
parent | ee3bfece439687026a06373148d7876283ca5baf (diff) |
fix(renovate): pin GHA by SHA1 digests
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index aa673503..fefbcd40 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,8 @@ { "extends": [ "config:base", - ":dependencyDashboard" + ":dependencyDashboard", + "helpers:pinGitHubActionDigests", ], "packageRules": [ { |