Skip to content

Commit

Permalink
add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin committed Nov 11, 2024
1 parent 8e3f4e2 commit c4a05dd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": [
"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 c4a05dd

Please sign in to comment.