Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed May 13, 2022
1 parent 72d6248 commit 5540526
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@
datasourceTemplate: "github-tags",
depNameTemplate: "policy",
packageNameTemplate: "policy-as-versioned-code/policy",
versioningTemplate: "semver"

versioningTemplate: "semver",
},
{
"fileMatch": [".*tf$"],
"matchStrings": [
"#\\s*renovate:\\s*policy?\\s*default = \"(?<currentValue>.*)\"\\s"
fileMatch: [".*tf$"],
matchStrings: [
'#\\s*renovate:\\s*policy?\\s*default = "(?<currentValue>.*)"\\s',
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "policy",
"lookupNameTemplate": "example-policy-org/policy",
"versioningTemplate": "semver"
}
datasourceTemplate: "github-tags",
depNameTemplate: "policy",
lookupNameTemplate: "policy-as-versioned-code/policy",
versioningTemplate: "semver",
},
],
}

0 comments on commit 5540526

Please sign in to comment.