|
39 | 39 | "description": "Group Go module dependency updates (excluding the go directive which is handled separately)", |
40 | 40 | "matchManagers": [ "gomod" ], |
41 | 41 | "matchDepNames": [ "!go", "!golang", "!docker.io/library/golang", "!registry.access.redhat.com/ubi9/go-toolset" ], // Exclude go directive - it goes to "go version" group |
42 | | - "groupName": "go modules" |
| 42 | + "groupName": "go modules", |
| 43 | + "schedule": [] // MintMaker compatibility: Override Mintmaker's default schedule to use global schedule |
43 | 44 | }, |
44 | 45 | { |
45 | 46 | // GitHub Actions: Group workflow updates |
46 | 47 | "description": "Group GitHub Actions workflow updates", |
47 | 48 | "matchManagers": [ "github-actions" ], |
48 | | - "groupName": "github actions" |
| 49 | + "groupName": "github actions", |
| 50 | + "enabled": true, // MintMaker compatibility: Enable GitHub Actions manager (missing from Mintmaker's enabledManagers) |
| 51 | + "schedule": [] // MintMaker compatibility: Override any default scheduling to use global daily schedule |
49 | 52 | }, |
50 | 53 | { |
51 | 54 | // Go Version: Patch updates (treat as minor in PR titles) |
|
100 | 103 | "matchPackageNames": [ "github.com/tektoncd/pipeline" ], |
101 | 104 | "groupName": "tektoncd pipelines", |
102 | 105 | "matchUpdateTypes": [ "minor", "patch", "pin", "digest" ], // Exclude major |
103 | | - "automerge": true // Low risk - pipeline definitions are versioned |
| 106 | + "automerge": true, // Low risk - pipeline definitions are versioned |
| 107 | + "enabled": true, // MintMaker compatibility: Enable Tekton pipeline updates |
| 108 | + "schedule": [] // MintMaker compatibility: Override Mintmaker's Tuesday-only schedule to use global daily schedule |
104 | 109 | } |
105 | 110 | ] |
106 | 111 | } |
0 commit comments