configurations/renovate.json
2022-04-27 16:59:03 +03:00

8 lines
220 B
JSON

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