chore(config): migrate renovate config #6
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["local>infrastructure/renovate-config"],
|
"extends": [
|
||||||
|
"local>infrastructure/renovate-config"
|
||||||
|
],
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"fileMatch": ["\\.yml$"]
|
"managerFilePatterns": [
|
||||||
|
"/\\.yml$/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue