chore: automerge action updates (#200)
Signed-off-by: Todd Baert <toddbaert@gmail.com> Signed-off-by: Todd Baert <toddbaert@gmail.com>
This commit is contained in:
parent
3c560897f4
commit
77867620a9
|
|
@ -8,6 +8,13 @@
|
|||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
"^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$",
|
||||
"(^|\\/)action\\.ya?ml$"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue