Skip to content

Commit

Permalink
renovate.json: align with rest of metal-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Aug 16, 2023
1 parent ede0300 commit 40fcea3
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"config:base",
":rebaseStalePrs",
":dependencyDashboard"
],
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security"]
},
"labels": ["dependencies"],
"rollbackPrs": true,
"rebaseWhen": "auto",
"addLabels": ["dependencies"],
"stabilityDays": 3,
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
]
}

0 comments on commit 40fcea3

Please sign in to comment.