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.
2 parents 0e5a736 + 05e8e15 commit f7e8224Copy full SHA for f7e8224
renovate.json
@@ -16,6 +16,25 @@
16
"gomod",
17
"dockerfile"
18
],
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
35
+ }
36
+ ]
37
38
"packageRules": [
39
{
40
"matchManagers": ["gomod"],
@@ -29,7 +48,7 @@
48
},
49
50
- "matchBaseBranches": ["release-ocm-.*"],
51
+ "matchBaseBranches": ["/release-ocm-/.*/"],
52
"enabled": false
53
}
54
0 commit comments