mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
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:
17
.github/renovate.json5
vendored
17
.github/renovate.json5
vendored
@@ -31,17 +31,20 @@
|
|||||||
description: "Auto-merge trusted package updates",
|
description: "Auto-merge trusted package updates",
|
||||||
matchDatasources: ["docker", "docker-compose", "github-tags"],
|
matchDatasources: ["docker", "docker-compose", "github-tags"],
|
||||||
matchUpdateTypes: ["minor", "patch"],
|
matchUpdateTypes: ["minor", "patch"],
|
||||||
matchPackageNames: ["ghost/traffic-analytics"],
|
|
||||||
automerge: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
description: "Don't pin Ghost images till we have v1",
|
|
||||||
matchDatasources: ["docker", "docker-compose"],
|
|
||||||
matchPackageNames: [
|
matchPackageNames: [
|
||||||
"ghost",
|
"ghost/traffic-analytics",
|
||||||
"ghcr.io/tryghost/activitypub",
|
"ghcr.io/tryghost/activitypub",
|
||||||
"ghcr.io/tryghost/activitypub-migrations",
|
"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,
|
pinDigests: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user