Skip to content

Commit

Permalink
Update Renovate Config (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevN authored Oct 2, 2023
1 parent 6efb79c commit a1f77d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
# When someone submits a pull request, @hmcts/pet will be
# requested for review.
* @hmcts/pet

# Renovate
.pnp.cjs
.yarn/**
package.json
yarn.lock
charts/**/Chart.yaml
.github/workflows/*.yaml
9 changes: 5 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"enabledManagers": [
"helm-requirements",
"gradle-wrapper"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gradle-wrapper": {
"enabled": true
},
"helm-requirements": {
"enabled": true,
"fileMatch": [
"\\Chart.yaml$"
],
Expand Down

0 comments on commit a1f77d9

Please sign in to comment.