Skip to content

Commit

Permalink
feat(terraform): allow updates for terraform provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gopkri24 committed Oct 3, 2024
1 parent f75eb28 commit 2fef220
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ function configureTerraform() {
hostType: "terraform-module",
token: process.env.RENOVATE_TERRAFORM_TOKEN,
},
{
matchHost: "app.terraform.io",
token: process.env.RENOVATE_TERRAFORM_TOKEN,
},
],
name: "terraform",
config: {},
Expand Down

0 comments on commit 2fef220

Please sign in to comment.