Skip to content

Commit 9483176

Browse files
committed
automation(renovate): pin GH actions by digest
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>
1 parent bfc1acd commit 9483176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": [
33
"config:base",
4-
"schedule:earlyMondays"
4+
"schedule:earlyMondays",
5+
"helpers:pinGitHubActionDigests"
56
],
67
"labels": ["dependencies"],
78
"lockFileMaintenance": { "enabled": true },

0 commit comments

Comments
 (0)