Skip to content

Commit 402b86e

Browse files
authored
Update renovate.json (again) [skip ci]
1 parent 55ba73d commit 402b86e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

renovate.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"allowedCommands" : [
4-
"go mod tidy"
5-
],
6-
"allowedPostUpgradeCommands" : [
7-
"go mod tidy"
8-
],
93
"extends": [
104
"config:base"
115
],
@@ -17,12 +11,5 @@
1711
"updateTypes": ["patch"],
1812
"enabled": false
1913
}
20-
],
21-
"postUpgradeTasks": {
22-
"commands": [
23-
"go mod tidy"
24-
],
25-
"fileFilters": ["go.mod", "go.sum"],
26-
"executionMode": "update"
27-
}
14+
]
2815
}

0 commit comments

Comments
 (0)