Skip to content

Commit

Permalink
fix(manager/terragrunt): prevent overwriting versioning of GithubTags…
Browse files Browse the repository at this point in the history
… datasource (#19782)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
secustor and viceice committed Jan 12, 2023
1 parent 2de4260 commit 3b72d50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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';

Expand All @@ -14,5 +13,4 @@ export const supportedDatasources = [
export const defaultConfig = {
commitMessageTopic: 'Terragrunt dependency {{depName}}',
fileMatch: ['(^|/)terragrunt\\.hcl$'],
versioning: hashicorpVersioning.id,
};

0 comments on commit 3b72d50

Please sign in to comment.