|
15 | 15 | "packageRules": [ |
16 | 16 | { |
17 | 17 | "matchBaseBranches": ["/^foreman-.*$/", "/^SATELLITE-.*$/"], |
18 | | - "description": "Disale all managers except specific managers on foreman/satellite branches", |
| 18 | + "description": "Disable all managers except specific managers on foreman/satellite branches", |
19 | 19 | "matchManagers": ["!tekton", "!dockerfile", "!rpm-lockfile"], |
20 | 20 | "enabled": false |
| 21 | + }, |
| 22 | + { |
| 23 | + "matchBaseBranches": ["/^foreman-.*$/", "/^SATELLITE-.*$/"], |
| 24 | + "description": "Updates of Dockerfile and RPMs for foreman/satellite branches with immediate schedule", |
| 25 | + "matchManagers": ["dockerfile", "rpm-lockfile"], |
| 26 | + "groupName": "foreman-satellite-base-updates", |
| 27 | + "enabled": true, |
| 28 | + "schedule": ["at any time"] |
| 29 | + }, |
| 30 | + { |
| 31 | + "matchBaseBranches": ["/^foreman-.*$/", "/^SATELLITE-.*$/"], |
| 32 | + "description": "Disable non-iop Konflux pipeline updates for foreman/satellite branches", |
| 33 | + "matchManagers": ["tekton"], |
| 34 | + "matchFileNames": ["!.tekton/iop-*.yaml"], |
| 35 | + "enabled": false |
| 36 | + }, |
| 37 | + { |
| 38 | + "matchBaseBranches": ["/^foreman-.*$/", "/^SATELLITE-.*$/"], |
| 39 | + "description": "Konflux pipeline updates for foreman/satellite branches with weekly schedule", |
| 40 | + "matchManagers": ["tekton"], |
| 41 | + "enabled": true, |
| 42 | + "schedule": ["every weekend"] |
21 | 43 | } |
22 | 44 | ] |
23 | 45 | } |
0 commit comments