From 0f5ac4b6ff07d86418a297e39a76a32de6ddadce Mon Sep 17 00:00:00 2001 From: jeanluc Date: Mon, 7 Oct 2024 14:31:15 +0200 Subject: [PATCH] Don't separate template-specific and project-specific updates since it could lead to breakage, e.g. when updating black. --- .github/renovate.json5 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fe4f70c..3dc5012 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -59,14 +59,5 @@ automerge: true, branchNameStrict: true, }, - { - matchFileNames: ["data/versions.yaml"], - // Ensure major updates are in separate PRs for salt-extension-copier and the project - // Also ensure the groups are separate since their slugs are equal - additionalBranchPrefix: "project/", - - // Separate the PRs visually (this ends up in the PR title as well). - commitMessagePrefix: "project: ", - }, ], }