diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b3a47e5..6dfdf3d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,12 +15,18 @@ matchUpdateTypes: ["pinDigest"], automerge: true, }, + { + 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", ],