Skip to content

Instantly share code, notes, and snippets.

@reymon359
Created July 15, 2020 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reymon359/4c4417522cd0922cfbc63ad75ca2c945 to your computer and use it in GitHub Desktop.
Save reymon359/4c4417522cd0922cfbc63ad75ca2c945 to your computer and use it in GitHub Desktop.
Renovate app's custom configuration file
{
"extends": [
"config:base"
],
"packageRules": [
{
"updateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
"timezone": "Europe/Madrid",
"schedule": [
"after 10pm every weekday",
"before 5am every weekday",
"every weekend"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment