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 55ba73d commit 402b86eCopy full SHA for 402b86e
renovate.json
@@ -1,11 +1,5 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "allowedCommands" : [
4
- "go mod tidy"
5
- ],
6
- "allowedPostUpgradeCommands" : [
7
8
9
"extends": [
10
"config:base"
11
],
@@ -17,12 +11,5 @@
17
"updateTypes": ["patch"],
18
12
"enabled": false
19
13
}
20
21
- "postUpgradeTasks": {
22
- "commands": [
23
24
25
- "fileFilters": ["go.mod", "go.sum"],
26
- "executionMode": "update"
27
- }
14
+ ]
28
15
0 commit comments