Migrate config renovate.json
This commit is contained in:
parent
27b4234cf7
commit
32208e0496
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