mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-30 22:08:00 +00:00
chore: update renovate configuration for best practices and automerge settings
This commit is contained in:
parent
db80e68ff2
commit
d25bf62cab
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:base", "config:semverAllMonthly"],
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"automerge": true
|
"extends": [
|
||||||
|
"config:best-practices",
|
||||||
|
"schedule:monthly",
|
||||||
|
":automergeAll",
|
||||||
|
":automergeBranch"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue