mirror of
https://github.com/ivuorinen/starred.git
synced 2026-02-01 20:46:10 +00:00
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":preserveSemverRanges",
|
|
":semanticCommits",
|
|
":labels(dependencies)",
|
|
"schedule:nonOfficeHours"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|