Skip to content

Changelog retrieval from an Artifactory Terraform registry #26813

Discussion options

You must be logged in to vote

I finally was able to make it work with this configuration :

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["config:recommended"],
  "packageRules": [
    {
      "matchDatasources": [ "terraform-module"],
      "matchPackageNames": ["artifactory.s.####.com/cloud-terraform__####/hierarchy/google"],
      "customChangelogUrl": "https://gitlark.s.####.com/plateformes-cloud/sy26/terraform/blueprint/infrastructure/hierarchy"
    }
  ]
}

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@rarkins
Comment options

@laurent-perrin
Comment options

@rarkins
Comment options

@laurent-perrin
Comment options

Answer selected by laurent-perrin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants