Enable renovate for workflow templates

This commit is contained in:
Pavel Popov 2022-04-27 16:59:03 +03:00 committed by GitHub
parent b56d4f06d4
commit abc49655ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>valitydev/.github:renovate-config"
]
"extends": ["local>valitydev/.github:renovate-config"],
"github-actions": {
"fileMatch": ["^workflows(?:\\/[^/]+:?)?\\/[^\\/]+\\.ya?ml$"]
}
}