Skip to content

Commit

Permalink
Update renovate.json (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-clark authored May 30, 2023
1 parent 32443cb commit b51d520
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"enabledManagers": ["helm-requirements","gradle-wrapper"],
"labels": ["dependencies"],
"helm-requirements":
{
"fileMatch": ["\\Chart.yaml$"],
"aliases": {
"hmctspublic": "https://hmctspublic.azurecr.io/helm/v1/repo/"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hmcts/.github//renovate/global"],
"labels": ["Renovate-dependencies"],
"major": {
"dependencyDashboardApproval": true
},
"packageRules": [
{
"matchUpdateTypes": [
"minor", "patch"
],
"groupName": "All patch-minor dependencies",
"groupSlug": "All-minor-patch",
"addLabels": ["Renovate All-minor-patch"],
"automerge": false
}
}
]
}

0 comments on commit b51d520

Please sign in to comment.