Skip to content

Commit

Permalink
CCD-4687 Update renovate.json (#575)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajaram <70951210+rajaram-nagarajan@users.noreply.github.com>
  • Loading branch information
nathan-clark and rajaram-nagarajan authored May 30, 2023
1 parent 823df3b commit 66c9853
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"enabledManagers": ["helm-requirements", "terraform"],
"helm-requirements":
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hmcts/.github//renovate/global"],
"labels": ["Renovate-dependencies"],
"major": {
"dependencyDashboardApproval": true
},
"packageRules": [
{
"enabled": true,
"fileMatch": ["\\Chart.yaml|requirements.yaml$"],
"aliases": {
"hmctspublic": "https://hmctspublic.azurecr.io/helm/v1/repo/"
}
"matchUpdateTypes": [
"minor", "patch"
],
"groupName": "All patch-minor dependencies",
"groupSlug": "All-minor-patch",
"addLabels": ["Renovate All-minor-patch"],
"automerge": false
}
]
}

0 comments on commit 66c9853

Please sign in to comment.