|
122 | 122 | versioning: 'regex:^(?<major>\\d{4})\\.(?<minor>\\d{1,2})\\.(?<patch>\\d{1,2})-[a-f0-9]+$', |
123 | 123 | }, |
124 | 124 | { |
125 | | - description: 'Ignore PostHog managed images (pinned to docker-compose hobby versions)', |
126 | | - enabled: false, |
127 | | - matchFileNames: [ |
128 | | - 'my-apps/development/posthog/**', |
| 125 | + description: 'PostHog app images: auto-merge digest updates (rolling release)', |
| 126 | + matchPackageNames: [ |
| 127 | + 'posthog/posthog', |
| 128 | + 'posthog/posthog-node', |
| 129 | + 'ghcr.io/posthog/posthog/capture', |
| 130 | + 'ghcr.io/posthog/posthog/property-defs-rs', |
| 131 | + 'ghcr.io/posthog/posthog/feature-flags', |
| 132 | + 'ghcr.io/posthog/posthog/livestream', |
| 133 | + 'ghcr.io/posthog/posthog/cyclotron-janitor', |
| 134 | + 'ghcr.io/posthog/posthog/cymbal', |
| 135 | + ], |
| 136 | + matchFileNames: ['my-apps/development/posthog/**'], |
| 137 | + automerge: true, |
| 138 | + automergeType: 'branch', |
| 139 | + schedule: ['every weekend'], |
| 140 | + }, |
| 141 | + { |
| 142 | + description: 'PostHog data layer: disable auto-updates (versions must match PostHog docker-compose.base.yml)', |
| 143 | + matchPackageNames: [ |
| 144 | + 'postgres', |
| 145 | + 'valkey/valkey', |
| 146 | + 'redis', |
| 147 | + 'clickhouse/clickhouse-server', |
| 148 | + 'docker.redpanda.com/redpandadata/redpanda', |
129 | 149 | ], |
| 150 | + matchFileNames: ['my-apps/development/posthog/**'], |
| 151 | + enabled: false, |
130 | 152 | }, |
131 | 153 | { |
132 | 154 | description: 'Pin project-nomad MySQL to 8.x (AdonisJS/Lucid not tested with MySQL 9)', |
|
0 commit comments