argocd-test/renovate.json

22 lines
303 B
JSON
Raw Normal View History

2024-10-19 12:06:06 +00:00
{
"extends": [
2024-10-19 12:10:13 +00:00
"config:recommended"
2024-10-19 12:06:06 +00:00
],
"packageRules": [
{
2024-10-19 12:10:13 +00:00
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
2024-10-19 12:06:06 +00:00
"automerge": false
}
2024-10-19 12:22:05 +00:00
],
"kubernetes": {
"fileMatch": ["\\.yaml$"]
},
"ignorePaths": [
"templates"
]
}