Skip to content

Commit

Permalink
Merge pull request #83 from hmcts/PAY-6584
Browse files Browse the repository at this point in the history
   PAY-6584:  NodeJS Renovate for ccpay-paymentoutcome-web
  • Loading branch information
Ollie-Smith authored Sep 29, 2023
2 parents b078986 + 0f0c269 commit 5eb3d18
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
{
"enabledManagers": ["helm-requirements", "nvm"],
"automerge": true,
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": "after 7am and before 11am every weekday",
"extends": [
"local>hmcts/.github:renovate-config",
"local>hmcts/.github//renovate/automerge-all"
],
"labels": ["dependencies"],
"helm-requirements":
{
"fileMatch": ["\\Chart.yaml$"],
"aliases": {
"hmctspublic": "https://hmctspublic.azurecr.io/helm/v1/repo/"
"helmv3": {
"bumpVersion": "patch"
},
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sARG .*?_VERSION=(?<currentValue>.*)\\s"
]
}
}
],
"platformAutomerge": true,
"automerge": true,
"automergeType": "pr"
}

0 comments on commit 5eb3d18

Please sign in to comment.