Merge pull request #837 from spencerwooo/renovate/configure

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

17
renovate.json Normal file
View file

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