Skip to content

Commit 7c01f86

Browse files
jcapiitaodustymabe
authored andcommitted
konflux: follow the Mintmaker schema
We should use the MintMaker schema [1] and not the Renovate default one in order to apply properly the desired configuration. [1] https://github.com/konflux-ci/mintmaker/blob/main/config/renovate/renovate.json
1 parent ddb50e8 commit 7c01f86

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

renovate.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@
77
"vendor/**"
88
],
99
"branchConcurrentLimit": 0,
10+
"gomod": {
11+
"enabled": false
12+
},
1013
"packageRules": [
11-
{
12-
"matchDatasources": ["go"],
13-
"enabled": false,
14-
"description": "Disable updates for Go modules"
15-
},
16-
{
17-
"matchDatasources": ["golang-version"],
18-
"enabled": false,
19-
"description": "Disable updates for Go modules"
20-
},
2114
{
2215
"matchDatasources": ["docker"],
2316
"matchDepNames": ["quay.io/fedora/fedora"],

0 commit comments

Comments
 (0)