Merge pull request 'chore(config): migrate renovate config' (#47) from renovate/migrate-config into main
Reviewed-on: #47
This commit is contained in:
commit
54198f6d45
1 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"dependencyDashboard": true,
|
||||
"enabledManagers": ["argocd"],
|
||||
"enabledManagers": [
|
||||
"argocd"
|
||||
],
|
||||
"argocd": {
|
||||
"fileMatch": ["^app-files/apps\\.yaml$"]
|
||||
"managerFilePatterns": [
|
||||
"/^app-files/apps\\.yaml$/"
|
||||
]
|
||||
},
|
||||
"packageRules": [
|
||||
]
|
||||
"packageRules": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue