Skip to content

Commit

Permalink
chore(Renovate): Add custom manager for Terraform version inside a Gi…
Browse files Browse the repository at this point in the history
…tHub Action workflow
  • Loading branch information
simonknittel committed Feb 8, 2024
1 parent aa136be commit 0808e02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,16 @@
"automerge": false
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": "(^|/)terraform-[a-z]+.ya?ml$",
"matchStrings": [
"terraform_version: (?<currentValue>.*?)\\s"
],
"depNameTemplate": "hashicorp/terraform",
"depTypeTemplate": "terraform"
}
],
"configMigration": true
}

0 comments on commit 0808e02

Please sign in to comment.