configurations/renovate.json

8 lines
220 B
JSON
Raw Normal View History

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