disable renovate for python test matrix in ci

This commit is contained in:
Robert Kaussow 2023-12-24 00:03:58 +01:00
parent a935d16372
commit 34a32d9bc6
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 9 additions and 1 deletions

View File

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