Merge pull request #2 from Software-Ingenieur-Begerad/renovate/configure

Configure Renovate
This commit is contained in:
Stefan Begerad 2022-06-21 15:09:06 +02:00 committed by GitHub
commit 1a78380210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
renovate.json Normal file
View File

@ -0,0 +1,21 @@
{
"extends":
[
"config:base"
],
"timezone": "Europe/Berlin",
"schedule":
[
"after 10pm every weekday",
"before 5am every weekday",
"every weekend"
],
"packageRules":
[
{
"matchUpdateTypes": ["minor","patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}