Skip to content

Commit f7e8224

Browse files
authored
Merge pull request #605 from CrystalChun/update-renovate
NO-ISSUE: Fix renovate.json
2 parents 0e5a736 + 05e8e15 commit f7e8224

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

renovate.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@
1616
"gomod",
1717
"dockerfile"
1818
],
19+
"gomod": {
20+
"packageRules": [
21+
{
22+
"matchDepTypes": [
23+
"indirect"
24+
],
25+
"enabled": false
26+
},
27+
{
28+
"matchBaseBranches": [
29+
"/release-ocm-/.*/"
30+
],
31+
"matchManagers": [
32+
"gomod"
33+
],
34+
"enabled": false
35+
}
36+
]
37+
},
1938
"packageRules": [
2039
{
2140
"matchManagers": ["gomod"],
@@ -29,7 +48,7 @@
2948
},
3049
{
3150
"matchManagers": ["gomod"],
32-
"matchBaseBranches": ["release-ocm-.*"],
51+
"matchBaseBranches": ["/release-ocm-/.*/"],
3352
"enabled": false
3453
}
3554
],

0 commit comments

Comments
 (0)