Skip to content

Commit

Permalink
fix(manager/terraform): remove invalid parts from `commitMessageTopic…
Browse files Browse the repository at this point in the history
…` tempate (#17271)
  • Loading branch information
viceice committed Aug 19, 2022
1 parent 47cc7f2 commit 45184dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/modules/manager/terraform/index.ts
Expand Up @@ -22,8 +22,7 @@ export const supportedDatasources = [

export const supportsLockFileMaintenance = true;
export const defaultConfig = {
commitMessageTopic:
'Terraform {{managerData.terraformDependencyType}} {{depName}}',
commitMessageTopic: 'Terraform {{depName}}',
fileMatch: ['\\.tf$'],
versioning: hashicorpVersioning.id,
pinDigests: false,
Expand Down

0 comments on commit 45184dc

Please sign in to comment.