0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: extends renovate :preserveSemverRanges preset (#616)

This commit is contained in:
Gao Sun 2022-04-22 17:03:45 +08:00 committed by GitHub
parent b582eaa20e
commit 43b4fb87c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{
"extends": [
"config:base"
"config:base",
":preserveSemverRanges"
]
}