From a0faca8cc78875ec32f6a1077fe8dec4a6134a30 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 18 Jun 2026 20:05:09 +1000 Subject: [PATCH 1/2] Further refinement of config --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 920d006ded..a72f0a9922 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -262,6 +262,7 @@ matchManagers: [ 'github-actions', ], + semanticCommitType: 'build', schedule: [ 'before 8am on Monday', ], @@ -274,6 +275,7 @@ matchManagers: [ 'terraform', ], + semanticCommitType: 'build', schedule: [ 'before 8am on Monday', ], @@ -282,6 +284,9 @@ matchUpdateTypes: [ 'major' ], + matchManagers: [ + '!github-actions', + ], "dependencyDashboardApproval": true, }, ], From 89fd76b07845b58382849aaa5af79a6875bcc8ac Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 19 Jun 2026 02:49:04 +1000 Subject: [PATCH 2/2] Add in go mod tidy --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a72f0a9922..e0ec767550 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -296,6 +296,9 @@ 'before 8am on Wednesday', ], }, + postUpdateOptions: [ + "gomodTidy" + ], semanticCommits: 'enabled', semanticCommitType: 'build', semanticCommitScope: 'deps',