chore(deps): setup renovate bot
* chore(deps): add renovate.json * chore(renovate): add argocd apps Signed-off-by: Vojtech Mares <iam@vojtechmares.com> * chore(renovate): naive path matching to regex Signed-off-by: Vojtech Mares <iam@vojtechmares.com> --------- Signed-off-by: Vojtech Mares <iam@vojtechmares.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
parent
6d381fed6d
commit
a6c78aa4d7
1 changed files with 11 additions and 0 deletions
11
renovate.json
Normal file
11
renovate.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>vojtechmares/renovate-config"
|
||||||
|
],
|
||||||
|
"argocd": {
|
||||||
|
"fileMatch": [
|
||||||
|
"apps\/.+\\.yaml$"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in a new issue