ci: update renovate

This commit is contained in:
Spencer (Shangbo Wu) 2023-01-26 15:43:13 +08:00 committed by GitHub
parent d7c126d659
commit 405e92a585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":semanticCommits"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}