chore(config): migrate config renovate.json
This commit is contained in:
parent
5338f7fec2
commit
cd540cbdd7
1 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [ "local>cicd/renovate" ],
|
"extends": [
|
||||||
|
"local>cicd/renovate"
|
||||||
|
],
|
||||||
"ansible": {
|
"ansible": {
|
||||||
"fileMatch": [ "(.*).ya?ml$" ]
|
"managerFilePatterns": [
|
||||||
|
"/(.*).ya?ml$/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue