Skip to content
Snippets Groups Projects
Unverified Commit 3b72d500 authored by Sebastian Poxhofer's avatar Sebastian Poxhofer Committed by GitHub
Browse files

fix(manager/terragrunt): prevent overwriting versioning of GithubTags datasource (#19782)

parent 2de4260b
Branches
Tags
No related merge requests found
import { GitTagsDatasource } from '../../datasource/git-tags'; import { GitTagsDatasource } from '../../datasource/git-tags';
import { GithubTagsDatasource } from '../../datasource/github-tags'; import { GithubTagsDatasource } from '../../datasource/github-tags';
import { TerraformModuleDatasource } from '../../datasource/terraform-module'; import { TerraformModuleDatasource } from '../../datasource/terraform-module';
import * as hashicorpVersioning from '../../versioning/hashicorp';
export { extractPackageFile } from './extract'; export { extractPackageFile } from './extract';
...@@ -14,5 +13,4 @@ export const supportedDatasources = [ ...@@ -14,5 +13,4 @@ export const supportedDatasources = [
export const defaultConfig = { export const defaultConfig = {
commitMessageTopic: 'Terragrunt dependency {{depName}}', commitMessageTopic: 'Terragrunt dependency {{depName}}',
fileMatch: ['(^|/)terragrunt\\.hcl$'], fileMatch: ['(^|/)terragrunt\\.hcl$'],
versioning: hashicorpVersioning.id,
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment