fix(ci): use central config
This commit is contained in:
parent
eae655372e
commit
f92eff4aa9
1 changed files with 1 additions and 12 deletions
|
|
@ -1,15 +1,4 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>cicd/renovate"
|
||||
],
|
||||
"ansible": {
|
||||
"managerFilePatterns": [
|
||||
"/(.*).ya?ml$/"
|
||||
],
|
||||
"fileMatch": [ "(.*).ya?ml$" ]
|
||||
},
|
||||
"gitlabci": {
|
||||
"enabled": false
|
||||
}
|
||||
"extends": [ "local>cicd/renovate:ansible" ]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue