We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504549b commit 563ea32Copy full SHA for 563ea32
1 file changed
renovate.json
@@ -1,3 +1,12 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "minimumReleaseAge": "7 days",
4
+ "dependencyDashboard": true,
5
+ "vulnerabilityAlerts": {
6
+ "enabled": true,
7
+ "labels": ["security"],
8
+ "minimumReleaseAge": null,
9
+ "prCreation": "immediate"
10
+ },
11
+ "postUpdateOptions": ["gomodTidy"]
12
}
0 commit comments