From 658a3c185097f10f223d64aaaa34202d9b8b0744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 3 May 2024 14:15:24 +0200 Subject: [PATCH] On branch 1.2 and 1.3 don't upgrade types-pyyaml --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 879c0ae5e..75fd7bb84 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -130,5 +130,11 @@ groupName: 'CI dependencies', automerge: true, }, + /** On branch 1.2 and 1.3 don't upgrade types-pyyaml */ + { + matchBaseBranches: ['1.2', '1.3'], + matchPackageNames: ['types-pyyaml'], + enabled: false, + }, ], }