1
0
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
bbe5ad078c
chore(renovate): naive path matching to regex
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-01 10:17:09 +01:00
dfe4b7ac06
chore(renovate): add argocd apps
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
2024-01-01 10:12:53 +01:00
renovate[bot]
6cee4163d3
chore(deps): add renovate.json 2023-11-16 07:19:06 +00:00

11
renovate.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>vojtechmares/renovate-config"
],
"argocd": {
"fileMatch": [
"apps\/.+\\.yaml$"
]
}
}