diff --git a/lib/modules/manager/terragrunt/index.ts b/lib/modules/manager/terragrunt/index.ts index 126af225f03d76..78eb46b346c2d8 100644 --- a/lib/modules/manager/terragrunt/index.ts +++ b/lib/modules/manager/terragrunt/index.ts @@ -1,7 +1,6 @@ import { GitTagsDatasource } from '../../datasource/git-tags'; import { GithubTagsDatasource } from '../../datasource/github-tags'; import { TerraformModuleDatasource } from '../../datasource/terraform-module'; -import * as hashicorpVersioning from '../../versioning/hashicorp'; export { extractPackageFile } from './extract'; @@ -14,5 +13,4 @@ export const supportedDatasources = [ export const defaultConfig = { commitMessageTopic: 'Terragrunt dependency {{depName}}', fileMatch: ['(^|/)terragrunt\\.hcl$'], - versioning: hashicorpVersioning.id, };