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 cb2fb6c commit 7fdf855Copy full SHA for 7fdf855
1 file changed
renovate.json
@@ -11,13 +11,9 @@
11
"prConcurrentLimit": 10,
12
"semanticCommits": "enabled",
13
"postUpdateOptions": [
14
- "gomodUpdateImportPaths"
+ "gomodUpdateImportPaths",
15
+ "gomodTidy"
16
],
- "postUpgradeTasks": {
17
- "commands": ["go mod tidy"],
18
- "fileFilters": ["go.sum"],
19
- "executionMode": "branch"
20
- },
21
"ignoreDeps": [
22
"docker.io/bitnami/redis",
23
"docker.io/bitnami/redis-sentinel",
0 commit comments