diff --git a/renovate.json b/renovate.json index bf73d46..64cf8c9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>thegeeklab/renovate-presets"] + "extends": ["github>thegeeklab/renovate-presets"], + "packageRules": [ + { + "matchManagers": ["woodpecker"], + "matchFileNames": [".woodpecker/test.yml"], + "matchPackageNames": ["docker.io/library/python"], + "enabled": false + } + ] }