mirror of
https://github.com/ivuorinen/starred.git
synced 2026-02-09 18:49:55 +00:00
Merge pull request #1 from ivuorinen/renovate/configure
Configure Renovate
This commit is contained in:
17
renovate.json
Normal file
17
renovate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user