hasura-rest-hands-on/renovate.json

10 lines
186 B
JSON
Raw Normal View History

2022-03-02 16:25:03 +09:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"schedule:monthly",
":automergeAll",
":automergeBranch"
]
2022-03-02 16:25:03 +09:00
}