Skip to content

Commit 2a5a02c

Browse files
committed
align renovate.json with flp
1 parent ab52676 commit 2a5a02c

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

renovate.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,27 @@
1010
],
1111
"postUpdateOptions": [
1212
"gomodUpdateImportPaths",
13-
"gomodTidy"
13+
"gomodTidy",
14+
"gomodVendor"
1415
],
1516
"packageRules": [
1617
{
1718
"matchManagers": ["gomod"],
18-
"matchDepTypes": ["indirect"],
19-
"enabled": true
19+
"groupName": "Go modules"
2020
},
2121
{
22-
"matchPackageNames": ["**"],
23-
"groupName": "Go modules"
22+
"matchManagers": ["gomod"],
23+
"matchUpdateTypes": ["major"],
24+
"enabled": false
25+
}
26+
]
27+
},
28+
"dockerfile": {
29+
"packageRules": [
30+
{
31+
"matchManagers": ["dockerfile"],
32+
"matchPackageNames": "docker.io/library/golang",
33+
"enabled": false
2434
}
2535
]
2636
}

0 commit comments

Comments
 (0)