Skip to content

Commit 563ea32

Browse files
authored
chore: Go mod tidy in Renovate config (#130)
1 parent 504549b commit 563ea32

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
2+
"$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"]
312
}

0 commit comments

Comments
 (0)