|
7 | 7 | "packageRules": [
|
8 | 8 | {
|
9 | 9 | "matchManagers": [
|
10 |
| - "dockerfile" |
| 10 | + "dockerfile", |
11 | 11 | ],
|
12 |
| - "matchFileNames": [ |
13 |
| - "build/Dockerfile.addon", |
14 |
| - "build/Dockerfile.addon.rhtap", |
15 |
| - "build/Dockerfile.placement", |
16 |
| - "build/Dockerfile.placement.rhtap", |
17 |
| - "build/Dockerfile.registration", |
18 |
| - "build/Dockerfile.registration.rhtap", |
19 |
| - "build/Dockerfile.registration-operator", |
20 |
| - "build/Dockerfile.registration-operator.rhtap", |
21 |
| - "build/Dockerfile.work", |
22 |
| - "build/Dockerfile.work.rhtap", |
23 |
| - ], |
24 |
| - "enabled": true |
| 12 | + "enabled": false, // disable dockerfile update |
25 | 13 | },
|
26 | 14 | {
|
27 | 15 | "matchBaseBranches": [
|
28 |
| - "backplane-2.8", |
29 |
| - "backplane-2.7", |
30 |
| - "backplane-2.6", |
31 |
| - "backplane-2.5" |
| 16 | + "backplane-2.9", // disable all update for the current release, otherwise fast forward will fail |
| 17 | + "backplane-2.4", // disable all update for the old releases |
32 | 18 | ],
|
33 |
| - "matchManagers": [ |
34 |
| - "gomod", |
35 |
| - "dockerfile" |
36 |
| - ], |
37 |
| - "enabled": true, |
38 |
| - "addLabels": [ |
39 |
| - "approved" |
40 |
| - ] |
| 19 | + "enabled": false |
41 | 20 | },
|
42 | 21 | {
|
43 | 22 | "matchBaseBranches": [
|
44 |
| - "main", // should not update main branch for upstream repos |
45 |
| - "backplane-2.9", // should not update current release branch |
| 23 | + "main", // disable gomod update for the main branch(upstream repo), only tekton update allowed for main |
46 | 24 | ],
|
47 | 25 | "matchManagers": [
|
48 | 26 | "gomod",
|
49 |
| - "dockerfile" |
50 | 27 | ],
|
51 | 28 | "enabled": false,
|
52 | 29 | },
|
53 | 30 | {
|
54 | 31 | "matchBaseBranches": [
|
55 |
| - "backplane-2.4", |
| 32 | + "backplane-2.8", |
| 33 | + "backplane-2.7", |
| 34 | + "backplane-2.6", |
| 35 | + "backplane-2.5" |
56 | 36 | ],
|
57 |
| - "enabled": false |
58 |
| - } |
| 37 | + "matchManagers": [ |
| 38 | + "gomod", |
| 39 | + ], |
| 40 | + "enabled": true, // enable gomod update for z stream releases |
| 41 | + "addLabels": [ |
| 42 | + "lgtm" |
| 43 | + ] |
| 44 | + }, |
59 | 45 | ],
|
60 | 46 | "rebaseWhen": "behind-base-branch",
|
61 | 47 | "recreateWhen": "never",
|
62 | 48 | "addLabels": [
|
63 |
| - "ok-to-test" |
| 49 | + "ok-to-test", |
| 50 | + "approved", |
64 | 51 | ],
|
65 | 52 | "schedule": "at any time"
|
66 | 53 | }
|
0 commit comments