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
|
|
]
|
|
}
|