Merge pull request #759 from 3dwardch3ng/infra/renovate

add renovate config
This commit is contained in:
2024-08-13 06:07:53 +10:00
committed by GitHub

13
renovate.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>3dwardch3ng/renovate-config"
],
"kubernetes": {
"fileMatch": ["\\.yaml$"]
},
"helm-values": {
"fileMatch": ["\\.yaml$"]
},
"packageRules": []
}