mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 23:34:06 -03:00
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"patch": {
|
|
"enabled": true, // Enable patch updates
|
|
"automerge": true
|
|
},
|
|
"ignore": [
|
|
// Add any paths or patterns to ignore specific patch updates, if necessary
|
|
]
|
|
}
|