Skip to content

Commit

Permalink
Include custom manager for Terraform GitHub workflow (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Oct 20, 2023
1 parent b77c00c commit a095a91
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"datasourceTemplate": "github-releases",
"depNameTemplate": "hashicorp/terraform",
"extractVersionTemplate": "v(?<version>.*)",
"fileMatch": "^\\.github/workflows/.*\\.yaml",
"matchStrings": ["terraform_version: (?<currentValue>.*)"]
}
],
"extends": [
"config:base"
],
"ignoreUnstable": true,
"gitAuthor": "Playground Manager <126197455+playground-manager[bot]@users.noreply.github.com>",
"ignoreUnstable": true,
"packageRules": [
{
"matchDatasources": [
Expand Down

0 comments on commit a095a91

Please sign in to comment.