chore: update renovate bot configuration (#204)
This commit is contained in:
parent
77867620a9
commit
5da2cccd95
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue