[Renovate] Pin ansible-core to version 2.13.x for mitogen support
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2023-11-08 17:39:08 +01:00
parent 993f8b7971
commit 20154cd1da

View File

@ -20,7 +20,7 @@
"packageRules": [
{
"matchPackageNames": ["ansible-core"],
"allowedVersions": "<=2.3"
"allowedVersions": "<=2.13"
}
]
}