Skip to content

Commit

Permalink
add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
fslevoaca-ionos committed Jul 27, 2021
1 parent 9ce45fe commit 5df007b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": [
"config:base"
],
"timezone": "Europe/Bucharest",
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"schedule": [
"after 1pm every weekday"
]
}
]
}

0 comments on commit 5df007b

Please sign in to comment.