-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renovate.json: align with rest of metal-toolbox
- Loading branch information
1 parent
ede0300
commit 40fcea3
Showing
1 changed file
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |