[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:41:13 +01:00
parent 20154cd1da
commit 48162ae3c3

View File

@ -19,8 +19,9 @@
],
"packageRules": [
{
"description": "Pin ansible-core to version 2.13.x",
"matchPackageNames": ["ansible-core"],
"allowedVersions": "<=2.13"
"allowedVersions": "< 2.14.0"
}
]
}