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 <fcastelli@suse.com>
  • Loading branch information
flavio committed Jul 28, 2023
1 parent ef75cbf commit 4a84790
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
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"helpers:pinGitHubActionDigests"
]
}

0 comments on commit 4a84790

Please sign in to comment.