Update renovate.json

This commit is contained in:
Elliot Matson 2023-03-20 08:12:58 -05:00 committed by GitHub
parent 953e8266c3
commit 369805e577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,20 @@
"extends": [ "extends": [
"config:base" "config:base"
] ]
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["lint", "prettier"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
} }