Skip to content

Commit

Permalink
Add Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Aug 11, 2023
1 parent 5ab1c3b commit cc23bdc
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:js-app",
"regexManagers:dockerfileVersions",
":label(dependencies)",
":automergeAll"
],
"transitiveRemediation": true,
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"platformAutomerge": true,
"automergeStrategy": "squash",
"packageRules": [
{
"description": "Opt-out minimum Go version updates: https://github.com/renovatebot/renovate/issues/16715",
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"golang"
],
"enabled": false
}
],
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true
},
"schedule": [
"after 1am and before 7am every weekday"
],
"timezone": "Europe/Berlin"
}

0 comments on commit cc23bdc

Please sign in to comment.