From 203759afb39d6cd5a3478ea9d416d0dddd69706c Mon Sep 17 00:00:00 2001 From: Juan Jose Jaramillo Date: Mon, 22 Jan 2024 15:34:06 -0800 Subject: [PATCH] chore: Enable all managers (#1244) #### Is this a new chart #### What this PR does / why we need it: #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)* - fixes # #### Special notes for your reviewer: #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [ ] Chart Version bumped - [ ] Variables are documented in the README.md - [ ] Title of the PR starts with chart name (e.g. `[mychartname]`) --- .github/renovate.json5 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d7940b909..8f5df9c84 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,11 +3,6 @@ "github>newrelic/k8s-agents-automation:renovate-base.json5" ], "bumpVersion": "patch", - "enabledManagers": [ - "helm-values", - "helmv3", - "helm-requirements" - ], "packageRules": [ { // Group all nri-bundle dependencies together in a single PR.