From 98d4af61bde9edd81e68444399452a3f4020cbc5 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 30 Dec 2024 00:54:05 +0200 Subject: [PATCH] chore(renovate): some fmt (#30431) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .github/renovate/kinds/helm.json5 | 5 ++--- .github/renovate/special/customRules.json5 | 12 ++++-------- .github/renovate/special/groups.json5 | 12 ++++++------ 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.github/renovate/kinds/helm.json5 b/.github/renovate/kinds/helm.json5 index 932d15ceadb..448021f6b14 100644 --- a/.github/renovate/kinds/helm.json5 +++ b/.github/renovate/kinds/helm.json5 @@ -10,7 +10,6 @@ "versioning": "semver", "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "pinDigests": false, // Set to false to not pin digest references - "branchPrefix": "renovate/helm-", - }, - + "branchPrefix": "renovate/helm-" + } } diff --git a/.github/renovate/special/customRules.json5 b/.github/renovate/special/customRules.json5 index 3f3304561bb..77d67ba0022 100644 --- a/.github/renovate/special/customRules.json5 +++ b/.github/renovate/special/customRules.json5 @@ -5,21 +5,17 @@ "description": ["Block automerge for unstable minors"], "automerge": false, "matchUpdateTypes": ["minor"], - "matchPackagePatterns": [ - "placeholder", - ], + "matchPackagePatterns": ["placeholder"], "branchPrefix": "block-automerge-minor", "labels": ["type/minor", "unstable"] }, { "description": ["Block automerge for unstable patches"], "automerge": false, - "matchUpdateTypes": ["minor", "pin", "digest", "lockfile"], - "matchPackagePatterns": [ - "placeholder", - ], + "matchUpdateTypes": ["minor", "pin", "digest", "lockFileMaintenance"], + "matchPackagePatterns": ["placeholder"], "branchPrefix": "block-automerge-patch", "labels": ["type/minor", "unstable"] - }, + } ] } diff --git a/.github/renovate/special/groups.json5 b/.github/renovate/special/groups.json5 index 3c796af0183..fb14a516c10 100644 --- a/.github/renovate/special/groups.json5 +++ b/.github/renovate/special/groups.json5 @@ -228,16 +228,16 @@ "groupName": "it-tools" }, { - matchPackagePatterns: ["^@docusaurus", "^docusaurus"], - groupName: "Docusaurus", + "matchPackagePatterns": ["^@docusaurus", "^docusaurus"], + "groupName": "Docusaurus" }, { - matchPackagePatterns: ["^@swc", "^swc"], - groupName: "SWC", + "matchPackagePatterns": ["^@swc", "^swc"], + "groupName": "SWC" }, { - matchPackagePatterns: ["^@react", "^react"], - groupName: "React", + "matchPackagePatterns": ["^@react", "^react"], + "groupName": "React" } ] }