Skip to content

Commit

Permalink
automation(renovate): pin GH actions by digest
Browse files Browse the repository at this point in the history
Configure renovate bot to pin GH actions using their digest,
as documented here:
https://docs.renovatebot.com/modules/manager/github-actions/#additional-information

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Jul 26, 2023
1 parent e6196ff commit 5515f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": [
"config:base",
"group:allNonMajor",
"schedule:earlyMondays"
"schedule:earlyMondays",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
Expand Down

0 comments on commit 5515f7b

Please sign in to comment.