[skip ci] Merge pull request 'Migrate renovate config' (#16) from renovate/migrate-config into root
Reviewed-on: #16
This commit is contained in:
commit
7f39c0767c
1 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prHourlyLimit": 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue