Skip to content

Commit

Permalink
update renovate config with a few rebase, merge params (#16)
Browse files Browse the repository at this point in the history
fix index
  • Loading branch information
joelrebel authored May 3, 2022
1 parent ecdc4d1 commit e1f66e5
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
{
"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 e1f66e5

Please sign in to comment.