disable renovate for python test matrix in ci

This commit is contained in:
Robert Kaussow 2023-12-24 00:03:56 +01:00
parent 33089cd159
commit 8250ecb577
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 6 additions and 0 deletions

View File

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