From 8250ecb57729a33c9ab4724cb28bb03f908625a1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 24 Dec 2023 00:03:56 +0100 Subject: [PATCH] disable renovate for python test matrix in ci --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 3183e8b..d2b9d1b 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,12 @@ "description": "Ansible base dependencies", "matchPackageNames": ["ansible", "ansible-core"], "separateMinorPatch": true + }, + { + "matchManagers": ["woodpecker"], + "matchFileNames": [".woodpecker/test.yml"], + "matchPackageNames": ["docker.io/library/python"], + "enabled": false } ] }