generated from hmcts/spring-boot-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCD-4598 Update renovate.json (#231)
* Update renovate.json * Update build.gradle
- Loading branch information
1 parent
77790ec
commit 400a246
Showing
1 changed file
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
{ | ||
"enabledManagers": ["helm-requirements", "terraform"], | ||
"helm-requirements": | ||
{ | ||
"enabled": true, | ||
"fileMatch": ["\\Chart.yaml|requirements.yaml$"], | ||
"aliases": { | ||
"hmctspublic": "https://hmctspublic.azurecr.io/helm/v1/repo/" | ||
} | ||
} | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"github>hmcts/.github//renovate/global", | ||
"github>hmcts/.github//renovate/automerge-minor" | ||
] | ||
} | ||
|