chore: update renovate bot configuration (#204)

This commit is contained in:
Michael Beemer 2022-12-23 10:47:40 -05:00 committed by GitHub
parent 77867620a9
commit 5da2cccd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
@ -10,10 +11,7 @@
"automerge": true
},
{
"fileMatch": [
"^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$",
"(^|\\/)action\\.ya?ml$"
],
"matchManagers": ["github-actions"],
"automerge": true
}
]