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 ab52676 commit 2a5a02cCopy full SHA for 2a5a02c
renovate.json
@@ -10,17 +10,27 @@
10
],
11
"postUpdateOptions": [
12
"gomodUpdateImportPaths",
13
- "gomodTidy"
+ "gomodTidy",
14
+ "gomodVendor"
15
16
"packageRules": [
17
{
18
"matchManagers": ["gomod"],
- "matchDepTypes": ["indirect"],
19
- "enabled": true
+ "groupName": "Go modules"
20
},
21
22
- "matchPackageNames": ["**"],
23
- "groupName": "Go modules"
+ "matchManagers": ["gomod"],
+ "matchUpdateTypes": ["major"],
24
+ "enabled": false
25
+ }
26
+ ]
27
+ },
28
+ "dockerfile": {
29
+ "packageRules": [
30
+ {
31
+ "matchManagers": ["dockerfile"],
32
+ "matchPackageNames": "docker.io/library/golang",
33
34
}
35
]
36
0 commit comments