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 } ] }