Skip to content

Commit e3dffd6

Browse files
Update renovate configuration
* Add renovate.json * Update renovate.json * Update renovate.json Co-authored-by: Renovate Bot <[email protected]>
1 parent aa35eb5 commit e3dffd6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

renovate.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"dependencyDashboard": true,
3+
"vulnerabilityAlerts": {
4+
"enabled": true
5+
},
6+
"extends": [
7+
":preserveSemverRanges",
8+
"group:all",
9+
"schedule:weekly"
10+
],
11+
"lockFileMaintenance": {
12+
"commitMessageAction": "Update",
13+
"enabled": true,
14+
"extends": [
15+
"group:all",
16+
"schedule:weekly"
17+
]
18+
},
19+
"postUpdateOptions": [
20+
"gomodTidy",
21+
"gomodUpdateImportPaths"
22+
],
23+
"separateMajorMinor": false
24+
}

0 commit comments

Comments
 (0)