Migrate config renovate.json
This commit is contained in:
parent
1a3013eaf6
commit
5c3a0230dd
|
@ -1,11 +1,17 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"updateTypes": ["major"],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"ignoreDeps": ["thedoctor0/zip-release"]
|
||||
"ignoreDeps": [
|
||||
"thedoctor0/zip-release"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue