Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ofaurax committed Feb 3, 2025
1 parent accc5c7 commit 248b761
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
{
"extends": [
"config:base",
"config:recommended",
":rebaseStalePrs",
":dependencyDashboard"
],
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security"]
"labels": [
"security"
]
},
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"rollbackPrs": true,
"rebaseWhen": "auto",
"addLabels": ["dependencies"],
"addLabels": [
"dependencies"
],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
]
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"automerge": true
}
]
}

0 comments on commit 248b761

Please sign in to comment.