Add `helpers:pinGitHubActionDigests`

This commit is contained in:
Johannes Müller 2022-10-28 14:22:55 +02:00 committed by GitHub
parent 048ab983c4
commit 35574286f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"helpers:pinGitHubActionDigests"
]
}