Skip to content

Commit

Permalink
update renovate to pull helm changes (#271)
Browse files Browse the repository at this point in the history
This updates renovate to pull helm changes.

Additionally, this corrects the renovate pr for otel changes so it is not longer `Update Update OTEL`.

Signed-off-by: Mike Mason <[email protected]>
  • Loading branch information
mikemrm authored Aug 7, 2024
1 parent 8be0401 commit 70c4f22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ resolver.conf

# binary files
permissions-api
!chart/permissions-api
tmp
Binary file removed chart/permissions-api/charts/common-2.2.4.tgz
Binary file not shown.
Binary file added chart/permissions-api/charts/common-2.21.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
{
"matchPackagePrefixes": ["go.opentelemetry.io"],
"groupName": "Update OTEL",
"groupSlug": "update-otel"
"groupName": "OTEL Packages"
}
],
"postUpdateOptions": [
"gomodTidy"
"gomodTidy",
"helmUpdateSubChartArchives"
]
}

0 comments on commit 70c4f22

Please sign in to comment.