chore(config): migrate config renovate.json

This commit is contained in:
Renovate Bot 2025-06-16 15:53:21 +00:00
commit fa998b90aa

View file

@ -1,7 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "local>cicd/renovate" ],
"extends": [
"local>cicd/renovate"
],
"ansible": {
"fileMatch": [ "(.*).ya?ml$" ]
"managerFilePatterns": [
"/(.*).ya?ml$/"
]
}
}