AP: Add docker images to auto-merge config

no ref

- Since we've created v1 now we can auto-merge new updates + pin digests
- This helps us ensure customers are running the specific version we want
This commit is contained in:
James Loh
2025-07-14 12:42:49 +10:00
committed by James Loh
parent d06485b4d4
commit 31f0c5a7d7

View File

@@ -31,17 +31,20 @@
description: "Auto-merge trusted package updates",
matchDatasources: ["docker", "docker-compose", "github-tags"],
matchUpdateTypes: ["minor", "patch"],
matchPackageNames: ["ghost/traffic-analytics"],
automerge: true,
},
{
description: "Don't pin Ghost images till we have v1",
matchDatasources: ["docker", "docker-compose"],
matchPackageNames: [
"ghost",
"ghost/traffic-analytics",
"ghcr.io/tryghost/activitypub",
"ghcr.io/tryghost/activitypub-migrations",
],
automerge: true,
},
// We don't need to pin the Ghost image since its pulled via env variables
{
description: "Don't pin Ghost image",
matchDatasources: ["docker", "docker-compose"],
matchPackageNames: [
"ghost",
],
pinDigests: false,
},
{