mirror of
https://github.com/ivuorinen/starred.git
synced 2026-01-26 11:14:03 +00:00
Update renovate.json
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:base",
|
||||
":preserveSemverRanges",
|
||||
":semanticCommits",
|
||||
":labels(dependencies)",
|
||||
"schedule:nonOfficeHours"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user