From a8bb7b0b4dfda8cfc139f8f155b16964105bb36e Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Mon, 30 Dec 2024 12:07:28 +0800 Subject: [PATCH] fix: minor renovate fixes --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ed99227832..2f783215e9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -38,13 +38,14 @@ matchCategories: [ 'docker', ], - additionalBranchPrefix: 'java-', + additionalBranchPrefix: 'docker-', pinDigests: true }, { matchUpdateTypes: [ 'minor', 'patch', + 'digest' ], automerge: true, },