diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 920d006ded..e0ec767550 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, }, ], @@ -291,6 +296,9 @@ 'before 8am on Wednesday', ], }, + postUpdateOptions: [ + "gomodTidy" + ], semanticCommits: 'enabled', semanticCommitType: 'build', semanticCommitScope: 'deps',