From 7779721c217825f7a21c5c1568a1263ab1093496 Mon Sep 17 00:00:00 2001 From: "Mack (Maksym Iv)" <146473578+maksym-iv-elf@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:20:06 +0200 Subject: [PATCH] chore: Use default renovate config (#36) * chore(ENG-5149): Use org-wide renovate config * chore: Use default renovate config Since this repository contains Helm-only, default renovate config may be used for now --- .github/renovate.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 341f1ba..1c8b744 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,23 +12,5 @@ ], "terraform": { "rangeStrategy": "bump" - }, - "packageRules": [ - { - "matchDatasources": [ - "terraform-provider" - ], - "groupName": "Terraform providers", - "groupSlug": "tf-provider", - "automerge": false - }, - { - "matchPackageNames": [ - "terraform-linters/*" - ], - "groupName": "Terraform linters", - "groupSlug": "tf-linters", - "automerge": false - } - ] + } }